From 82c5764360a775496ec807a5dda24fc66df981d3 Mon Sep 17 00:00:00 2001 From: Aurelien Vaillant Date: Sun, 5 Apr 2020 19:36:06 +0200 Subject: [PATCH] Setup account size (wip) --- custom_portal.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/custom_portal.css b/custom_portal.css index e3f3855..c0e25e7 100644 --- a/custom_portal.css +++ b/custom_portal.css @@ -232,6 +232,7 @@ body.logged, .logged .content { display: block; position: relative; max-width: 100%; + line-height: 2.6em; margin: 0; padding: 16px 0; background-color: #2c2b27; @@ -244,6 +245,7 @@ body.logged, .logged .content { .user-container .user-username { margin: 0; min-height: 82px; + font-size: 2.6em; } .user-container .user-fullname, .user-container .user-mail { width: 50%;