Skip to content

Commit f7c1632

Browse files
committed
Minor visual improvements
1 parent f95dbae commit f7c1632

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@
120120
display: flex;
121121
flex-direction: column;
122122
gap: 10px;
123+
min-width: 300px;
123124
}
124125

125126
.popover__header {

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
.sidebarListItem__image {
1919
display: flex;
2020
grid-area: image;
21+
margin-right: 10px;
2122
/* Slight offset to align it with the text to the right of it. */
2223
padding-top: 4px;
2324
}

0 commit comments

Comments
 (0)