mirror of
https://github.com/funamitech/mastodon
synced 2024-12-03 09:19:05 +09: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
@ -492,6 +492,10 @@
|
|||||||
padding-inline-end: 10px;
|
padding-inline-end: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.icon {
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
|
||||||
.button {
|
.button {
|
||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
}
|
}
|
||||||
|
@ -591,8 +591,7 @@
|
|||||||
.icon {
|
.icon {
|
||||||
width: 15px;
|
width: 15px;
|
||||||
height: 15px;
|
height: 15px;
|
||||||
position: relative;
|
vertical-align: middle;
|
||||||
top: 0.145em;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1001,6 +1000,7 @@ a.status-card.compact:hover {
|
|||||||
|
|
||||||
.icon {
|
.icon {
|
||||||
color: $dark-text-color;
|
color: $dark-text-color;
|
||||||
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user