mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-10-31 22:40:01 +00:00
[chore/frontend] Tweak status styling a little (#3317)
This commit is contained in:
parent
8effc77788
commit
2f56455eed
2 changed files with 5 additions and 5 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue