[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
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

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