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 98a7bb106c
commit 7ca6209166

View file

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