From 83f5aa520062362497f0cac2a58241f13cb6d430 Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Tue, 17 Sep 2024 08:25:02 -0500 Subject: [PATCH] add profile boxes --- core/style.css | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/core/style.css b/core/style.css index 4cf1eae..12f082e 100644 --- a/core/style.css +++ b/core/style.css @@ -1066,6 +1066,7 @@ body.dashboard .dash-title { font-weight: bold; font-family: var(--primary-font); margin-bottom: -2px; + min-height: 18px; } body.dashboard .dash-title.ulink { padding: 3px 3px 4px 3px; } @@ -1554,6 +1555,33 @@ body.profile .profile-box .sidebar { margin: 0px 2px; } +body.profile .sidebar .usercard div.userlink img.mycon { + width: 32px; height: 32px; +} + +body.profile .sidebar .container .mainbox { + background: var(--primary-container-background); + border: var(--primary-container-border); + padding: 2px; +} + +body.profile .sidebar .container { + margin: 8px 0px; +} + +body.profile .sidebar .container .titlebox { + border: var(--primary-container-border); + border-bottom: none; + background: var(--primary-container-background); + display: inline-block; + padding: 8px; + font-weight: bold; + font-family: var(--primary-font); + margin-bottom: -2px; + min-height: 18px; +} +body.profile .sidebar .container .titlebox.rlink { float: right; } + @media only screen and (orientation: landscape) { body.profile .profile-box { flex-direction: row;