1. Fixed thread view, it didn't really seem to work before at all.
2. Removed excess buttons for notes, will extend into a drop down menu
   TODO.
This commit is contained in:
Thomas Mathews 2023-03-24 20:12:38 -07:00
parent 8bbc6c75d5
commit a8b3d5986b
7 changed files with 52 additions and 38 deletions

View file

@ -304,9 +304,12 @@ button.nav > img.icon {
max-height: 300px;
object-fit: contain;
}
.action-bar {
display: flex;
}
.action-bar > button {
margin-right: 25px;
opacity: 0.5;
flex: 1;
}
.reactions {
@ -339,7 +342,6 @@ button.nav > img.icon {
.action-bar button.icon {
transition: opacity 0.3s linear;
padding: 5px;
}
.action-bar button.icon img.icon {
width: 16px;