|
|
|
|
@ -51,7 +51,7 @@
@@ -51,7 +51,7 @@
|
|
|
|
|
|
|
|
|
|
<main class="container mx-auto px-4 py-8"> |
|
|
|
|
<div class="discussions-content"> |
|
|
|
|
<div class="discussions-header-sticky"> |
|
|
|
|
<div class="discussions-header mb-6"> |
|
|
|
|
<div class="discussions-header-top"> |
|
|
|
|
<div> |
|
|
|
|
<h1 class="font-bold text-fog-text dark:text-fog-dark-text font-mono" style="font-size: 1.5em;">/Discussions</h1> |
|
|
|
|
@ -149,19 +149,12 @@
@@ -149,19 +149,12 @@
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.discussions-header-sticky { |
|
|
|
|
.discussions-header { |
|
|
|
|
display: flex; |
|
|
|
|
flex-direction: column; |
|
|
|
|
gap: 1rem; |
|
|
|
|
padding: 0 1rem; |
|
|
|
|
padding-top: 1rem; |
|
|
|
|
padding-bottom: 1rem; |
|
|
|
|
margin-bottom: 1rem; |
|
|
|
|
border-bottom: 1px solid var(--fog-border, #e5e7eb); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
:global(.dark) .discussions-header-sticky { |
|
|
|
|
background: var(--fog-dark-bg, #0f172a); |
|
|
|
|
background-color: var(--fog-dark-bg, #0f172a); |
|
|
|
|
border-bottom-color: var(--fog-dark-border, #1e293b); |
|
|
|
|
opacity: 1; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.discussions-header-top { |
|
|
|
|
|