diff options
Diffstat (limited to 'server/src/routes/ui/style/layout.css')
-rw-r--r-- | server/src/routes/ui/style/layout.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/server/src/routes/ui/style/layout.css b/server/src/routes/ui/style/layout.css index 8f7afb4..0c0e906 100644 --- a/server/src/routes/ui/style/layout.css +++ b/server/src/routes/ui/style/layout.css @@ -78,6 +78,11 @@ nav h1 { margin-right: 1em; } +nav .account { + float: right; + display: inline; +} + #main { display: block; margin-top: var(--bar-height); @@ -90,4 +95,3 @@ nav h1 { color: rgb(255, 117, 117); font-family: monospace; } - |