mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-01-15 04:03:06 -05:00
[Glitch] Fix sass warning about deprecated slash as division (#24653)
Port 1527b02c6d7b542dfdfab41e55b8b8b437c8c46f to glitch-soc Co-authored-by: Nick Schonning <nschonni@gmail.com> Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
7b01b7c3bf
commit
103b6de8b2
@ -1052,7 +1052,7 @@ a.status-card.compact:hover {
|
||||
width: 0;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
inset-inline-start: 16px + ((46px - 2px) / 2);
|
||||
inset-inline-start: 16px + ((46px - 2px) * 0.5);
|
||||
|
||||
&--full {
|
||||
top: 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user