Notification drawer RTL support (#3580)

This commit is contained in:
Yosi Levy 2019-09-03 12:31:08 +03:00 committed by Bram Kragten
parent fe2046c6cd
commit 0e82178973

View File

@ -49,7 +49,7 @@ export class HuiNotificationDrawer extends EventsMixin(
text-align: center;
}
</style>
<app-drawer id='drawer' opened="{{open}}" disable-swipe>
<app-drawer id='drawer' opened="{{open}}" disable-swipe align="start">
<app-toolbar>
<div main-title>[[localize('ui.notification_drawer.title')]]</div>
<ha-paper-icon-button-prev on-click="_closeDrawer"></paper-icon-button>