general/style: add a margin to notification when floating

This commit is contained in:
Christian Hesse 2025-11-25 09:56:40 +01:00
parent 678fc3307e
commit bc174d7f1f

View file

@ -103,5 +103,6 @@ td.head .bottom {
} }
div.notification { div.notification {
float: right; float: right;
margin: 10px;
} }
} }