diff options
Diffstat (limited to 'server/src/routes/ui/style')
-rw-r--r-- | server/src/routes/ui/style/itempage.css | 2 | ||||
-rw-r--r-- | server/src/routes/ui/style/layout.css | 7 |
2 files changed, 7 insertions, 2 deletions
diff --git a/server/src/routes/ui/style/itempage.css b/server/src/routes/ui/style/itempage.css index ad32831..22b2774 100644 --- a/server/src/routes/ui/style/itempage.css +++ b/server/src/routes/ui/style/itempage.css @@ -30,7 +30,7 @@ width: 100%; } .page.item .banner { - width: max(8em, 20%); + width: max(8em, 25%); float: left; margin: 3em; margin-top: -1em; diff --git a/server/src/routes/ui/style/layout.css b/server/src/routes/ui/style/layout.css index 07b7397..774cb46 100644 --- a/server/src/routes/ui/style/layout.css +++ b/server/src/routes/ui/style/layout.css @@ -44,6 +44,7 @@ body { } nav { + user-select: none; z-index: 90; position: fixed; top: 0px; @@ -84,11 +85,15 @@ nav h1 { display: inline; margin-right: 1em; } - nav .account { float: right; display: inline; } +nav .account .username { + color: var(--accent-light); + font-weight: bold; + margin-right: 1em; +} #main { display: block; |