improvements

This commit is contained in:
2026-07-11 15:26:30 +02:00
parent 950f3ba90b
commit 71ecf96a3f
23 changed files with 239 additions and 3406 deletions
+18 -1
View File
@@ -48,7 +48,7 @@ li[component="post"] .post-container {
var(--wg-ledger-panel) !important;
background-size: 100% 1.82rem, auto;
border: 1px solid var(--wg-ledger-border) !important;
border-left: 2px solid rgba(194, 163, 90, 0.32) !important;
border-left: 1px solid rgba(194, 163, 90, 0.32) !important;
border-radius: 6px !important;
box-shadow: var(--wg-ledger-shadow) !important;
}
@@ -101,6 +101,23 @@ li[component="post"] .content blockquote,
li[component="post"] .content {
padding-top: 0.35rem;
max-width: 82ch;
}
// client.js wraps wide post tables in a focusable scroll container
li[component="post"] .content .wg-mobile-table-scroll {
display: block;
max-width: 100%;
overflow-x: auto;
overflow-y: hidden;
-webkit-overflow-scrolling: touch;
scrollbar-color: rgba(194, 163, 90, 0.5) rgba(8, 7, 10, 0.48);
scrollbar-width: thin;
}
li[component="post"] .content .wg-mobile-table-scroll > table {
min-width: var(--wg-mobile-table-min-width, max-content);
margin-block: 0;
}
li[component="post"] .content h1,