Undo sticky topic header (#64)
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
background: var(--background-color);
|
background: var(--background-color);
|
||||||
@include breakpoint(extra-large, $rule: min-width) {
|
@include breakpoint(extra-large, $rule: min-width) {
|
||||||
padding-bottom: 1.5em;
|
padding-bottom: 1em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -48,18 +48,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#topic-title {
|
|
||||||
@include breakpoint(medium, $rule: min-width) {
|
|
||||||
z-index: 299;
|
|
||||||
padding: var(--spacing-block-m) var(--spacing-inline-xl);
|
|
||||||
margin-bottom: 0;
|
|
||||||
position: sticky;
|
|
||||||
top: var(--header-offset);
|
|
||||||
background: var(--d-content-background);
|
|
||||||
border-top-right-radius: var(--d-border-radius-large);
|
|
||||||
border-top-left-radius: var(--d-border-radius-large);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.container.posts,
|
.container.posts,
|
||||||
#topic-footer-buttons {
|
#topic-footer-buttons {
|
||||||
padding: 0 24px;
|
padding: 0 24px;
|
||||||
|
|||||||
Reference in New Issue
Block a user