We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f95dbae commit f7c1632Copy full SHA for f7c1632
2 files changed
wcfsetup/install/files/style/ui/popover.scss
@@ -120,6 +120,7 @@
120
display: flex;
121
flex-direction: column;
122
gap: 10px;
123
+ min-width: 300px;
124
}
125
126
.popover__header {
wcfsetup/install/files/style/ui/sidebarList.scss
@@ -18,6 +18,7 @@
18
.sidebarListItem__image {
19
20
grid-area: image;
21
+ margin-right: 10px;
22
/* Slight offset to align it with the text to the right of it. */
23
padding-top: 4px;
24
0 commit comments