mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2024-11-10 06:54:16 +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 {
|
.text-spoiler > summary {
|
||||||
display: inline-block;
|
|
||||||
list-style: none;
|
list-style: none;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
gap: 0.5rem;
|
||||||
padding-bottom: 0.5rem;
|
padding-bottom: 0.5rem;
|
||||||
|
|
||||||
&::-webkit-details-marker {
|
&::-webkit-details-marker {
|
||||||
|
@ -132,6 +133,7 @@ main {
|
||||||
}
|
}
|
||||||
|
|
||||||
.button {
|
.button {
|
||||||
|
width: fit-content;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
padding: 0.2rem 0.3rem;
|
padding: 0.2rem 0.3rem;
|
||||||
|
|
|
@ -54,8 +54,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.status {
|
.status {
|
||||||
|
|
||||||
|
|
||||||
&.indent-1 {
|
&.indent-1 {
|
||||||
margin-left: 0.5rem;
|
margin-left: 0.5rem;
|
||||||
}
|
}
|
||||||
|
@ -83,7 +81,7 @@
|
||||||
&.indent-5 {
|
&.indent-5 {
|
||||||
.status-link {
|
.status-link {
|
||||||
margin-left: -0.5rem;
|
margin-left: -0.5rem;
|
||||||
border-left: 0.1rem dashed $border-accent;
|
border-left: 0.15rem dashed $border-accent;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue