summaryrefslogtreecommitdiff
path: root/web/source/css/status.css
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2024-09-18 11:51:12 +0200
committerLibravatar GitHub <noreply@github.com>2024-09-18 11:51:12 +0200
commit2f56455eedd3748032427aa2ed20eda46ad54260 (patch)
tree5b545568e71e214322d5c23e9ae893443b2f41e3 /web/source/css/status.css
parent[chore] improved federatingdb logging in cases of unknown iri / types (#3313) (diff)
downloadgotosocial-2f56455eedd3748032427aa2ed20eda46ad54260.tar.xz
[chore/frontend] Tweak status styling a little (#3317)
Diffstat (limited to 'web/source/css/status.css')
-rw-r--r--web/source/css/status.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/web/source/css/status.css b/web/source/css/status.css
index a9ffbf7dd..97713dae2 100644
--- a/web/source/css/status.css
+++ b/web/source/css/status.css
@@ -122,9 +122,10 @@ main {
}
.text-spoiler > summary {
- display: inline-block;
list-style: none;
-
+ display: flex;
+ flex-direction: column;
+ gap: 0.5rem;
padding-bottom: 0.5rem;
&::-webkit-details-marker {
@@ -132,6 +133,7 @@ main {
}
.button {
+ width: fit-content;
white-space: nowrap;
cursor: pointer;
padding: 0.2rem 0.3rem;