Show full dashboard room content

This commit is contained in:
ejclaw
2026-04-28 19:53:00 +09:00
parent f7f4888f92
commit 38ba5b87fa
5 changed files with 57 additions and 28 deletions

View File

@@ -249,6 +249,7 @@ body:has(.view-stack.view-rooms) .error-card {
background: var(--panel);
overflow-y: auto;
overflow-x: hidden;
scroll-padding-bottom: 96px;
}
.view-stack.view-rooms .rooms-detail .room-card-v2.is-pinned {
@@ -290,7 +291,7 @@ body:has(.view-stack.view-rooms) .error-card {
}
.view-stack.view-rooms .rooms-detail .room-thread-section {
padding: 4px 12px 4px 0;
padding: 4px 12px 96px 0;
}
.view-stack.view-rooms .rooms-detail .room-card-head {