[chore/frontend] Tweak status styling a little (#3317)

This commit is contained in:
tobi 2024-09-18 11:51:12 +02:00 committed by GitHub
parent 8effc77788
commit 2f56455eed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View file

@ -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;

View file

@ -54,8 +54,6 @@
}
.status {
&.indent-1 {
margin-left: 0.5rem;
}
@ -83,7 +81,7 @@
&.indent-5 {
.status-link {
margin-left: -0.5rem;
border-left: 0.1rem dashed $border-accent;
border-left: 0.15rem dashed $border-accent;
}
}