[Glitch] fix: Fix direction of media gallery arrows

Port 9896bed85f to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
diondiondion
2025-06-11 17:17:14 +02:00
committed by Claire
parent 1a732157d4
commit 180754a14e
3 changed files with 14 additions and 4 deletions

View File

@@ -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;
}
}