[Glitch] Fix sass warning about deprecated slash as division (#24653)
Port 1527b02c6d
to glitch-soc
Co-authored-by: Nick Schonning <nschonni@gmail.com>
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
pull/59/head^2
parent
7b01b7c3bf
commit
103b6de8b2
|
@ -1052,7 +1052,7 @@ a.status-card.compact:hover {
|
||||||
width: 0;
|
width: 0;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
inset-inline-start: 16px + ((46px - 2px) / 2);
|
inset-inline-start: 16px + ((46px - 2px) * 0.5);
|
||||||
|
|
||||||
&--full {
|
&--full {
|
||||||
top: 0;
|
top: 0;
|
||||||
|
|
Loading…
Reference in New Issue