Skip to content

Commit

Permalink
🐛 hide invisible spans closes #35
Browse files Browse the repository at this point in the history
Signed-off-by: Marcus Fihlon <[email protected]>
  • Loading branch information
McPringle committed Mar 27, 2024
1 parent 0ddfbb7 commit 909f447
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/themes/apus/views/message-view.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@
margin-bottom: 10px;
padding: 10px;
}

.message-view .invisible {
display: none;
}

0 comments on commit 909f447

Please sign in to comment.