ErikReider / SwayNotificationCenter

A simple GTK based notification daemon for SwayWM
GNU General Public License v3.0
1.16k stars 59 forks source link

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

Closed Seme4eg closed 1 year ago

Seme4eg commented 1 year ago

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 .notification-row:first-child {margin-top: 60px;}, but it also applies to first notification in control-center, which i don't want.