mirror of
https://github.com/jfmcbrayer/brutaldon
synced 2024-12-24 06:23:30 +01:00
2e7fc810ac
It works the same as the Mastodon web UI for now - active toot is highlighted, ancestors displayed in order above, descendants in order below. I hope to add actual full threading one day.
15 lines
171 B
CSS
15 lines
171 B
CSS
.reblog-icon {
|
|
position: relative;
|
|
top: -24px;
|
|
left: 40px;
|
|
}
|
|
|
|
img.fav-avatar {
|
|
display: inline;
|
|
|
|
}
|
|
|
|
.box.active_context {
|
|
background-color: #FFF8DC;
|
|
}
|