summaryrefslogtreecommitdiff
path: root/web/assets/themes/soft.css
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2024-07-24 10:40:56 +0200
committerLibravatar GitHub <noreply@github.com>2024-07-24 10:40:56 +0200
commit325b4a2b4a1dc2fba6a72f0a10dc88b98f57f05c (patch)
tree8f3c8cdec61a901418c8d729c3a0641a6bda158b /web/assets/themes/soft.css
parent[bugfix] Serialize empty conversation account list as empty list, not null (#... (diff)
downloadgotosocial-325b4a2b4a1dc2fba6a72f0a10dc88b98f57f05c.tar.xz
[feature] Allow user to set "bot" flag; show bot icon on profile (#3135)
* [feature] Allow user to set "bot" flag; show bot icon on profile * tweak * update customs
Diffstat (limited to 'web/assets/themes/soft.css')
-rw-r--r--web/assets/themes/soft.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/web/assets/themes/soft.css b/web/assets/themes/soft.css
index 6507fa701..2eb641e35 100644
--- a/web/assets/themes/soft.css
+++ b/web/assets/themes/soft.css
@@ -51,7 +51,9 @@ html, body {
border: var(--boxshadow-border);
}
-.profile .profile-header .basic-info .namerole .role {
+/* Role and bot badge borders */
+.profile .profile-header .basic-info .namerole .role,
+.profile .profile-header .basic-info .namerole .bot-username-wrapper .bot-legend-wrapper {
border: var(--boxshadow-border);
}