UX: Quick fixes (#134)

This commit is contained in:
Jordan Vidrine
2025-04-14 15:52:12 -05:00
committed by GitHub
parent 24165a53a6
commit 2d193b4d7a
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
position: sticky;
top: var(--header-offset);
background: var(--d-content-background);
z-index: z("base");
z-index: z("base") + 3;
padding: 1.5rem 0 1rem 0;
max-width: unset;
+1
View File
@@ -145,6 +145,7 @@
.topic-activity__username {
margin-left: 0.25em;
text-wrap: nowrap;
}
@include breakpoint(mobile-extra-large) {