We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9599e0 commit 6e45561Copy full SHA for 6e45561
1 file changed
wcfsetup/install/files/style/ui/entryCardList.scss
@@ -99,16 +99,12 @@ html:not(.touch) .entryCardList__item:hover .entryCardList__item__image__element
99
flex-direction: column;
100
padding: 0 10px;
101
row-gap: 10px;
102
- margin-top: calc(var(--row-gap) * 2);
103
-}
104
-
105
-.entryCardList__item__image + .entryCardList__item__content {
106
margin-top: var(--row-gap);
107
}
108
109
.entryCardList__item__title__prefix {
110
color: var(--wcfContentDimmedText);
111
- margin-bottom: calc(var(--row-gap) * -1 / 2);
+ margin-bottom: calc(var(--row-gap) * -1);
112
113
@include wcfFontSmall;
114
0 commit comments