mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-11 15:37:29 -06:00
fixie uppie
This commit is contained in:
parent
ff2c39862e
commit
3a175c5eb3
3 changed files with 102 additions and 34 deletions
|
|
@ -79,9 +79,18 @@
|
|||
&.indent-3,
|
||||
&.indent-4,
|
||||
&.indent-5 {
|
||||
.status-link {
|
||||
margin-left: -0.5rem;
|
||||
/*
|
||||
Show a stripey line to the left of
|
||||
indented statuses for better legibility.
|
||||
*/
|
||||
&::before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
height: 100%;
|
||||
border-left: 0.15rem dashed $border-accent;
|
||||
margin-left: -0.5rem;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue