Skip to content

Commit 6e45561

Browse files
committed
Improve margins in entry cards
1 parent a9599e0 commit 6e45561

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,16 +99,12 @@ html:not(.touch) .entryCardList__item:hover .entryCardList__item__image__element
9999
flex-direction: column;
100100
padding: 0 10px;
101101
row-gap: 10px;
102-
margin-top: calc(var(--row-gap) * 2);
103-
}
104-
105-
.entryCardList__item__image + .entryCardList__item__content {
106102
margin-top: var(--row-gap);
107103
}
108104

109105
.entryCardList__item__title__prefix {
110106
color: var(--wcfContentDimmedText);
111-
margin-bottom: calc(var(--row-gap) * -1 / 2);
107+
margin-bottom: calc(var(--row-gap) * -1);
112108

113109
@include wcfFontSmall;
114110
}

0 commit comments

Comments
 (0)