Skip to content

Commit 39c7ed1

Browse files
authored
24.12.20 - test performance of new feature
refined-github/refined-github#8208
1 parent 5f55be7 commit 39c7ed1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

style/24.12.20.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
/* https://github.com/refined-github/refined-github/pull/8208 */
2+
@media (width >= 768px) {
3+
/* Pulls the alert container to the right when empty */
4+
.gap-4.pl-3:not(:has(a.h6)):has(
5+
> .d-md-block
6+
> .js-socket-channel[data-url^='/notifications/beta/recent_notifications_alert']
7+
) {
8+
/* Substract 16px spacing from both .gap-3 and .ml-3 */
9+
margin-right: -32px;
10+
}
11+
}

0 commit comments

Comments
 (0)