We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f55be7 commit 39c7ed1Copy full SHA for 39c7ed1
style/24.12.20.css
@@ -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