Skip to content

Commit

Permalink
[chore/frontend] Tweak status styling a little (#3317)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmethurst authored Sep 18, 2024
1 parent 8effc77 commit 2f56455
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 4 additions & 2 deletions web/source/css/status.css
Original file line number Diff line number Diff line change
Expand Up @@ -122,16 +122,18 @@ 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 {
display: none; /* Safari */
}

.button {
width: fit-content;
white-space: nowrap;
cursor: pointer;
padding: 0.2rem 0.3rem;
Expand Down
4 changes: 1 addition & 3 deletions web/source/css/thread.css
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@
}

.status {


&.indent-1 {
margin-left: 0.5rem;
}
Expand Down Expand Up @@ -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;
}
}

Expand Down

0 comments on commit 2f56455

Please sign in to comment.