update app layout, add 'thread closed' banner

This commit is contained in:
plebeius.eth
2024-04-08 17:13:02 +02:00
parent 254f9ed887
commit f13b496652
7 changed files with 83 additions and 59 deletions
@@ -1,3 +1,11 @@
.hide {
display: none;
}
.show {
display: block;
}
.content hr {
min-width: 468px;
margin-left: -4px;