mirror of
https://github.com/mastodon/mastodon.git
synced 2025-03-25 14:22:24 +01:00
Bring icon vertical middle to applications list style (#32293)
This commit is contained in:
parent
022c1ae6f2
commit
d20a899bb9
1 changed files with 6 additions and 0 deletions
|
@ -1029,6 +1029,12 @@ a.name-tag,
|
||||||
color: var(--user-role-accent);
|
color: var(--user-role-accent);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.applications-list {
|
||||||
|
.icon {
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.announcements-list,
|
.announcements-list,
|
||||||
.filters-list {
|
.filters-list {
|
||||||
border: 1px solid var(--background-border-color);
|
border: 1px solid var(--background-border-color);
|
||||||
|
|
Loading…
Add table
Reference in a new issue