Skip to content

Commit 6bfabe5

Browse files
committed
Add styling for the mark as read button in entry card lists
1 parent 10a0fa9 commit 6bfabe5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,18 @@ html:not(.touch) .entryCardList__item:hover .entryCardList__item__image__element
111111

112112
.entryCardList__item__title {
113113
color: var(--wcfContentHeadlineLink);
114+
display: flex;
114115

115116
@include wcfFontHeadline;
116117
@include wcfFontBold;
117118
}
118119

120+
.entryCardList__item .listView__item__markAsRead {
121+
flex: 0 0 auto;
122+
margin-right: 5px;
123+
z-index: 1;
124+
}
125+
119126
.entryCardList__item__link {
120127
color: inherit;
121128

0 commit comments

Comments
 (0)