Add support for 'outer margin' for block with floating notifications #252
-
Currently i found a way to only setup margin for every separate floating notification, but is there a way to make the 'block' with floating notifications to have top margin? There is a way using |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
The CSS |
Beta Was this translation helpful? Give feedback.
-
You're right, for some reason the .floating-notifications > scrolledwindow > viewport > box {
margin-top: 150px;
} For future reference, running swaync like this |
Beta Was this translation helpful? Give feedback.
-
did work indeed, and thanks for the tip! and i think that trick with gtk_debug should be in readme so people who actually read readme can help themselfes even better) |
Beta Was this translation helpful? Give feedback.
You're right, for some reason the
margin-top
isn't respected. Try this:For future reference, running swaync like this
GTK_DEBUG=interactive swaync
will open a inspector window that'll allow you to see all of the CSS classes + other information :)