mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-27 03:31:36 +01:00
[Glitch] Fix various icon alignment issues
Port baab58c80b
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
c59fb65ddc
commit
e8294925e6
2 changed files with 6 additions and 2 deletions
|
@ -492,6 +492,10 @@
|
|||
padding-inline-end: 10px;
|
||||
}
|
||||
|
||||
.icon {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.button {
|
||||
flex: 0 0 auto;
|
||||
}
|
||||
|
|
|
@ -591,8 +591,7 @@
|
|||
.icon {
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
position: relative;
|
||||
top: 0.145em;
|
||||
vertical-align: middle;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1001,6 +1000,7 @@ a.status-card.compact:hover {
|
|||
|
||||
.icon {
|
||||
color: $dark-text-color;
|
||||
vertical-align: middle;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue