Skip to content

Commit 48aa2fc

Browse files
committed
Unify the position of images and icons in the sidebar
See https://www.woltlab.com/community/thread/315756/
1 parent 8c4ed5a commit 48aa2fc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

wcfsetup/install/files/style/ui/sidebarList.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@
2626
max-width: 24px;
2727
}
2828

29+
.sidebarListItem__image:has(fa-icon) {
30+
width: 24px;
31+
}
32+
2933
.sidebarListItem__content {
3034
grid-area: content;
3135
display: flex;

0 commit comments

Comments
 (0)