This commit is contained in:
chapoi
2025-06-25 11:51:48 +02:00
parent c22b532a3b
commit 4036895c36
+7 -3
View File
@@ -162,9 +162,13 @@
#reply-control { #reply-control {
background: var(--secondary); background: var(--secondary);
top: 0;
transform: none; &.open {
height: 100dvh; top: 0;
transform: none;
height: 100dvh;
max-height: unset;
}
.title-input { .title-input {
order: 1; order: 1;