fix: Fix direction of media gallery arrows (#35014)
This commit is contained in:
parent
2c828748a3
commit
9896bed85f
3 changed files with 14 additions and 4 deletions
|
|
@ -35,3 +35,12 @@
|
|||
--input-background-color: var(--surface-variant-background-color);
|
||||
--on-input-color: #{$secondary-text-color};
|
||||
}
|
||||
|
||||
body {
|
||||
// Variable for easily inverting directional UI elements,
|
||||
--text-x-direction: 1;
|
||||
|
||||
&.rtl {
|
||||
--text-x-direction: -1;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue