summaryrefslogtreecommitdiff
path: root/web/source/css/base.css
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2022-11-15 10:19:32 +0100
committerLibravatar GitHub <noreply@github.com>2022-11-15 10:19:32 +0100
commita39a664525f55846dd5eea52fcc7009867835989 (patch)
tree33ba8c86bff8ea31853c1f52a92260d2909edcd4 /web/source/css/base.css
parent[feature] Allow newly uploaded emojis to be placed in categories (#939) (diff)
downloadgotosocial-a39a664525f55846dd5eea52fcc7009867835989.tar.xz
[feature] Serialize local account role via API, and show it via web view (#1045)
* [feature] Add 'role' field to api serialization of local accounts * [chore] Add a bit of license text while I'm here * [frogend] render account role on same line as username in web view of profile * style tweaking on role badges, general profile header layout * profile stats wrapping * don't render standard 'user' role on web view Co-authored-by: f0x <f0x@cthu.lu>
Diffstat (limited to 'web/source/css/base.css')
-rw-r--r--web/source/css/base.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/source/css/base.css b/web/source/css/base.css
index ed8d55d05..1818d532b 100644
--- a/web/source/css/base.css
+++ b/web/source/css/base.css
@@ -60,6 +60,7 @@ body {
display: grid;
min-height: 100%;
min-width: 100%;
+ width: 100vw;
grid-template-columns: auto minmax(auto, 90ch) auto;
grid-template-columns: auto min(92%, 90ch) auto;