diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2023-11-18 19:55:09 -0500 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2023-11-18 19:55:09 -0500 |
commit | ff01375a196bc8f2f0a61083901e3871576258d0 (patch) | |
tree | 973909e792caf7dfb95669f9ef44f5242efa7a12 | |
parent | 24b36a8b45e44613eca888c12e5b3c2480127732 (diff) | |
download | abaddon-portaudio-ff01375a196bc8f2f0a61083901e3871576258d0.tar.gz abaddon-portaudio-ff01375a196bc8f2f0a61083901e3871576258d0.zip |
profile layout
-rw-r--r-- | res/css/bare.css | 48 |
1 files changed, 48 insertions, 0 deletions
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; +} |