recent comments x2
All checks were successful
Build Org Website / build (push) Successful in 50s

This commit is contained in:
2026-05-10 22:39:44 +01:00
parent b9cb71a310
commit 0d9b3cfbd2
2 changed files with 41 additions and 26 deletions

View File

@@ -250,6 +250,17 @@
border-radius: 8px;
}
.db-panel-stack {
grid-column: span 4;
display: grid;
gap: 1rem;
min-width: 0;
}
.db-panel-stack .db-panel {
grid-column: auto;
}
.db-panel--wide {
grid-column: span 8;
}
@@ -563,6 +574,7 @@ a.db-comment-feed__page:hover {
}
.db-panel,
.db-panel-stack,
.db-panel--wide,
.db-panel--stats,
.db-panel--focus,
@@ -599,6 +611,7 @@ a.db-comment-feed__page:hover {
}
.db-panel,
.db-panel-stack,
.db-panel--wide,
.db-panel--stats,
.db-panel--focus,