From ff01375a196bc8f2f0a61083901e3871576258d0 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Sat, 18 Nov 2023 19:55:09 -0500 Subject: profile layout --- res/css/bare.css | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) (limited to 'res/css') diff --git a/res/css/bare.css b/res/css/bare.css index dcbc0bd..26e3844 100644 --- a/res/css/bare.css +++ b/res/css/bare.css @@ -57,3 +57,51 @@ padding-bottom: 6px; opacity: 0.8; } + +.profile-main-container { + padding: 20px; +} + +.profile-username { + margin-left: 10px; + font-size: 20px; +} + +.profile-username-nondisplay { + margin-left: 10px; +} + +.profile-switcher { + padding-top: 5px; +} + +.profile-stack { + padding-top: 5px; +} + +.profile-notes-label { + padding-top: 5px; + padding-bottom: 5px; +} + +.profile-badges { + padding-left: 5px; +} + +.profile-badge { + margin-right: 5px; +} + +.profile-connections { + margin-top: 10px; +} + +.profile-connection { + padding: 5px; + border-radius: 10px; + border: 1px solid black; +} + +.profile-connection-image { + padding-right: 5px; +} -- cgit v1.2.3