[Glitch] Fix use of inline CSS in public pages

Port c0b849bdfd to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
This commit is contained in:
ThibG
2020-05-03 22:04:18 +02:00
committed by Thibaut Girka
parent 4a70792b4a
commit 51508e5061
3 changed files with 5 additions and 19 deletions

View File

@@ -38,9 +38,14 @@
.account__avatar {
@include avatar-radius();
display: block;
position: relative;
cursor: pointer;
width: 36px;
height: 36px;
background-size: 36px 36px;
&-inline {
display: inline-block;
vertical-align: middle;