[Glitch] Refactor styles to use logical properties for positioning (#2156)

Port babd86e594 and 45848d6547 to glitch-soc

Signed-off-by: Plastikmensch <plastikmensch@users.noreply.github.com>
This commit is contained in:
Plastikmensch
2023-04-16 17:45:18 +02:00
committed by GitHub
parent 0cbd579ef0
commit f28942cef9
36 changed files with 349 additions and 579 deletions
@@ -89,7 +89,7 @@
&::before {
content: counter(list-counter) '.';
position: absolute;
left: 0;
inset-inline-start: 0;
}
}
@@ -101,13 +101,13 @@
width: 0.375em;
height: 0.375em;
top: 0.5em;
left: 0.25em;
inset-inline-start: 0.25em;
}
ul > li,
ol > li {
position: relative;
padding-left: 1.75em;
padding-inline-start: 1.75em;
}
& > ul > li p {