mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-22 16:56:35 +00:00
RTL fixes - media, attributes (#13241)
This commit is contained in:
parent
62dd7111ce
commit
688109524d
@ -699,9 +699,6 @@ export class HuiMediaControlCard extends LitElement implements LovelaceCard {
|
||||
ha-icon-button.browse-media {
|
||||
position: absolute;
|
||||
right: 4px;
|
||||
inset-inline-start: initial;
|
||||
inset-inline-end: 4px;
|
||||
direction: var(--direction);
|
||||
--mdc-icon-size: 24px;
|
||||
}
|
||||
|
||||
|
@ -415,6 +415,7 @@ class HuiMediaPlayerEntityRow extends LitElement implements LovelaceRow {
|
||||
}
|
||||
.controls {
|
||||
white-space: nowrap;
|
||||
direction: ltr;
|
||||
}
|
||||
ha-slider {
|
||||
flex-grow: 2;
|
||||
|
Loading…
x
Reference in New Issue
Block a user