UX: Quick fixes (#134)
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
position: sticky;
|
position: sticky;
|
||||||
top: var(--header-offset);
|
top: var(--header-offset);
|
||||||
background: var(--d-content-background);
|
background: var(--d-content-background);
|
||||||
z-index: z("base");
|
z-index: z("base") + 3;
|
||||||
padding: 1.5rem 0 1rem 0;
|
padding: 1.5rem 0 1rem 0;
|
||||||
max-width: unset;
|
max-width: unset;
|
||||||
|
|
||||||
|
|||||||
@@ -145,6 +145,7 @@
|
|||||||
|
|
||||||
.topic-activity__username {
|
.topic-activity__username {
|
||||||
margin-left: 0.25em;
|
margin-left: 0.25em;
|
||||||
|
text-wrap: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
@include breakpoint(mobile-extra-large) {
|
@include breakpoint(mobile-extra-large) {
|
||||||
|
|||||||
Reference in New Issue
Block a user