Add notification nav, show only replies in short format

This commit is contained in:
2026-04-17 00:29:51 -07:00
parent 1353acc4d1
commit e27cf391ef
10 changed files with 245 additions and 8 deletions

View File

@@ -392,6 +392,7 @@ iframe {
max-width: 96px;
max-height: 96px;
object-fit: cover;
object-position: top;
border-radius: 4px;
flex-shrink: 0;
}
@@ -418,7 +419,7 @@ iframe {
/* border-right: 1px solid rgb(60, 60, 60); */
/* transition: width 0.3s; */
overflow: hidden;
width: 130px;
width: 185px;
margin-right: 5px;
}