Skip to content

Commit

Permalink
24.12.20 - test performance of new feature
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante authored Jan 11, 2025
1 parent 5f55be7 commit 39c7ed1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions style/24.12.20.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
/* https://github.com/refined-github/refined-github/pull/8208 */
@media (width >= 768px) {
/* Pulls the alert container to the right when empty */
.gap-4.pl-3:not(:has(a.h6)):has(
> .d-md-block
> .js-socket-channel[data-url^='/notifications/beta/recent_notifications_alert']
) {
/* Substract 16px spacing from both .gap-3 and .ml-3 */
margin-right: -32px;
}
}

0 comments on commit 39c7ed1

Please sign in to comment.