We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3c2fd2 commit cf48dc9Copy full SHA for cf48dc9
quartz/styles/custom.scss
@@ -169,7 +169,6 @@ footer {
169
}
170
171
.page>#quartz-body .left {
172
-
173
padding-left: 1rem;
174
padding-right: 1rem;
175
@@ -179,6 +178,22 @@ footer {
179
178
180
181
+.page>#quartz-body {
182
+ @media (max-width: #{$pageWidth}) {
183
+ .sidebar.left:has(.explorer) {
184
+ background-color: transparent;
185
+ -webkit-backdrop-filter: blur(8px);
186
+ backdrop-filter: blur(8px);
187
+ padding: 0.5rem 0;
188
+ border-radius: 0 0 8px 8px;
189
+ }
190
+
191
+ .flex-container {
192
+ padding-right: 1rem;
193
194
195
+}
196
197
.page>#quartz-body .right {
198
199
0 commit comments