2
0
mirror of https://github.com/jfmcbrayer/brutaldon synced 2024-12-24 06:23:30 +01:00
brutaldon-interfaccia-web-m.../brutaldon/static/css/brutaldon.css
Jason McBrayer 2e7fc810ac Add support for basic threading.
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.
2018-04-26 18:49:43 -04:00

15 lines
171 B
CSS

.reblog-icon {
position: relative;
top: -24px;
left: 40px;
}
img.fav-avatar {
display: inline;
}
.box.active_context {
background-color: #FFF8DC;
}