Display lines between threads
This commit is contained in:
parent
13dc5efcf6
commit
0155607ed3
3 changed files with 28 additions and 8 deletions
|
@ -472,11 +472,29 @@ nav {
|
|||
letter-spacing: .01em;
|
||||
}
|
||||
|
||||
.thread {
|
||||
.reply {
|
||||
background-color: #161616;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.after-tweet .status-el::before, .before-tweet .status-el::before, .thread .status-el::before {
|
||||
background: #8a3731;
|
||||
content: '';
|
||||
position: relative;
|
||||
width: 3px;
|
||||
left: 26px;
|
||||
top: 56px;
|
||||
margin-bottom: 37px;
|
||||
margin-left: -3px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
.thread-last .status-el::before {
|
||||
background: unset;
|
||||
width: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.panel {
|
||||
margin: auto;
|
||||
font-size: 130%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue