We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1aa847 commit f192cfdCopy full SHA for f192cfd
1 file changed
src/css/custom.css
@@ -86,8 +86,16 @@ html[data-theme='dark'] {
86
height: 20px;
87
}
88
89
-.DocSearch-Button {
90
- padding: 0 8px 0 12px !important;
+@media (min-width: 997px) {
+ .DocSearch-Button {
91
+ padding: 0 8px 0 12px !important;
92
+ }
93
+}
94
+
95
+@media (max-width: 996px) {
96
97
+ padding: 0 12px !important;
98
99
100
101
.DocSearch-Button-Container svg {
@@ -215,6 +223,11 @@ html[data-theme='dark'] {
215
223
background-color: var(--white);
216
224
border: 1px solid var(--zinc-300);
217
225
226
227
+ [data-theme='dark'] .tocCollapsible_ETCw.tocMobile_ITEo {
228
+ background-color: var(--zinc-900);
229
+ border: 1px solid var(--zinc-600);
230
218
231
219
232
.clean-btn.tocCollapsibleButton_TO0P {
220
233
padding: 0.8rem 1rem;
0 commit comments