Remove a lot of empty space after a thread

This commit is contained in:
Bojan Mojsilovic 2024-01-09 14:12:27 +01:00
parent 642098c5a4
commit 4004d90cce

View File

@ -20,6 +20,8 @@
right: unset; right: unset;
} }
&.hidden { &.hidden {
height: 1px;
overflow: hidden;
visibility: hidden; visibility: hidden;
} }
} }