mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-19 23:36:36 +00:00
Notification drawer RTL support (#3580)
This commit is contained in:
parent
fe2046c6cd
commit
0e82178973
@ -49,7 +49,7 @@ export class HuiNotificationDrawer extends EventsMixin(
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<app-drawer id='drawer' opened="{{open}}" disable-swipe>
|
<app-drawer id='drawer' opened="{{open}}" disable-swipe align="start">
|
||||||
<app-toolbar>
|
<app-toolbar>
|
||||||
<div main-title>[[localize('ui.notification_drawer.title')]]</div>
|
<div main-title>[[localize('ui.notification_drawer.title')]]</div>
|
||||||
<ha-paper-icon-button-prev on-click="_closeDrawer"></paper-icon-button>
|
<ha-paper-icon-button-prev on-click="_closeDrawer"></paper-icon-button>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user