We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10a0fa9 commit 6bfabe5Copy full SHA for 6bfabe5
1 file changed
wcfsetup/install/files/style/ui/entryCardList.scss
@@ -111,11 +111,18 @@ html:not(.touch) .entryCardList__item:hover .entryCardList__item__image__element
111
112
.entryCardList__item__title {
113
color: var(--wcfContentHeadlineLink);
114
+ display: flex;
115
116
@include wcfFontHeadline;
117
@include wcfFontBold;
118
}
119
120
+.entryCardList__item .listView__item__markAsRead {
121
+ flex: 0 0 auto;
122
+ margin-right: 5px;
123
+ z-index: 1;
124
+}
125
+
126
.entryCardList__item__link {
127
color: inherit;
128
0 commit comments