From fe31d4197b66cced9ca84779fac4fe69242d844b Mon Sep 17 00:00:00 2001 From: r Date: Tue, 18 Feb 2020 22:15:37 +0000 Subject: Add frame based navigation --- static/style.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'static') diff --git a/static/style.css b/static/style.css index 2f80af9..a647d4f 100644 --- a/static/style.css +++ b/static/style.css @@ -460,6 +460,19 @@ a:hover, margin-top: 6px; } +.notification-title-container>* { + display: inline; +} + +.notification-title { + font-size: 18pt; + margin-right: 8px; +} + +.notification-refresh { + margin-right: 8px; +} + .dark { background-color: #222222; background-image: none; -- cgit v1.2.3