impeccable (#18)

first pass with impeccable

Reviewed-on: #18
Reviewed-by: xtul <mpiasecki720@protonmail.com>
Co-authored-by: vickydotbat <vickydotbat@tutamail.com>
Co-committed-by: vickydotbat <vickydotbat@tutamail.com>
This commit was merged in pull request #18.
This commit is contained in:
2026-07-11 14:18:22 +00:00
committed by archvillainette
parent ada632dd3c
commit 882c086a6d
31 changed files with 702 additions and 3444 deletions
+8 -2
View File
@@ -11,7 +11,7 @@
li[component="categories/category"],
li[component="category/topic"],
li[component="post"] .post-container {
padding: 0.85rem !important;
padding: var(--wg-space-sm) !important;
}
li[component="categories/category"] h2.title {
@@ -29,11 +29,17 @@
.topic-list-header [component="category/controls"] {
width: 100%;
}
// keep the guest "Log in to post / reply" CTA on one line
[component="category/post/guest"],
[component="topic/reply/guest"] {
white-space: nowrap;
}
}
@include media-breakpoint-down(md) {
.category-header {
padding: 0.85rem;
padding: var(--wg-space-sm);
}
li[component="post"] .content,