Skip to content

Commit eb231da

Browse files
authored
26.5.24 notifications-ui upstream improvements
refined-github/refined-github#9635 refined-github/refined-github#9204
1 parent 759b596 commit eb231da

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

style/26.5.24.css

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,24 @@ span[data-testid='sponsor-label'] {
55
margin-top: 0.25em;
66
}
77
}
8+
9+
/* Upstream the `notifications-ui` improvements */
10+
/* https://github.com/refined-github/refined-github/pull/9635 */
11+
@media screen and not (min-width: 768px) {
12+
/* Allow the filters/sort/search to be ordered */
13+
.js-check-all-container > .d-md-none:first-child {
14+
display: flex !important;
15+
flex-wrap: wrap;
16+
column-gap: 12px;
17+
18+
/* Scale back "All | Unread" selector so it doesn't take the full width */
19+
& > .BtnGroup:first-child {
20+
width: auto;
21+
}
22+
}
23+
24+
/* Move search box to the bottom */
25+
.notifications-query-builder-wrapper {
26+
order: 10;
27+
}
28+
}

0 commit comments

Comments
 (0)