Skip to content

Commit 4607a7a

Browse files
committed
1 parent 59eda08 commit 4607a7a

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
border-bottom: 2px solid var(--wcfTabularBoxHeadline);
33
display: flex;
44
flex-direction: row;
5+
flex-wrap: wrap;
56
gap: 5px;
67
padding-bottom: 5px;
78
}
@@ -116,12 +117,13 @@
116117
}
117118

118119
@include screen-xs {
119-
.listView__footer__container{
120+
.listView__footer__container {
120121
align-items: center;
121122
flex-direction: column;
122123
}
123124

124-
.listView__selectionBar:not([hidden]) + .listView__pagination:not(:has(woltlab-core-pagination[count="1"]))::before {
125+
.listView__selectionBar:not([hidden])
126+
+ .listView__pagination:not(:has(woltlab-core-pagination[count="1"]))::before {
125127
border-left-width: 0;
126128
border-top: 1px solid var(--wcfContentContainerBorder);
127129
inset: auto 0;

0 commit comments

Comments
 (0)