Skip to content

Add support for 'outer margin' for block with floating notifications #252

Closed Answered by ErikReider
Seme4eg asked this question in Q&A
Discussion options

You must be logged in to vote

You're right, for some reason the margin-top isn't respected. Try this:

.floating-notifications > scrolledwindow > viewport > box {
  margin-top: 150px;
}

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 :)

Replies: 5 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by ErikReider
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #250 on May 04, 2023 17:21.