diff options
author | r <r@freesoftwareextremist.com> | 2020-02-18 22:15:37 +0000 |
---|---|---|
committer | r <r@freesoftwareextremist.com> | 2020-02-18 22:15:37 +0000 |
commit | fe31d4197b66cced9ca84779fac4fe69242d844b (patch) | |
tree | 775e8e76eddb3e86d4515369b9615d3c3a5bc762 /static | |
parent | 39a3bb7f3566ca0b7020d10abd5d5815096b49cb (diff) | |
download | bloat-fe31d4197b66cced9ca84779fac4fe69242d844b.tar.gz bloat-fe31d4197b66cced9ca84779fac4fe69242d844b.zip |
Add frame based navigation
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 13 |
1 files changed, 13 insertions, 0 deletions
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; |