Skip to content

Commit 2b74390

Browse files
author
LinuxJava7
committed
fix double background narrow view switcher
1 parent 89ed11e commit 2b74390

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

style.css

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,7 @@ a[href^="http"]:not(:has(.arrow)):not(:has(img)):not(:has(svg))::after {
360360
height: 100%;
361361
align-content: center;
362362
align-items: stretch;
363+
margin: 1rem;
363364
}
364365

365366
.view-switcher-narrow a {
@@ -405,17 +406,9 @@ a[href^="http"]:not(:has(.arrow)):not(:has(img)):not(:has(svg))::after {
405406
width: fit-content;
406407
position: fixed;
407408
bottom: 0;
408-
margin: 1rem;
409409
right: 0;
410410
left: 0;
411-
background-color: var(--headerbar-backdrop-color);
412-
backdrop-filter: blur(12px);
413411
z-index: 9999;
414-
border-radius: var(--btnround);
415-
box-shadow: 0 0.3rem 0.3rem rgba(0, 0, 0, 0.1),
416-
0 0 1rem rgba(0, 0, 0, 0.05),
417-
inset 0 1px 1px rgba(255, 255, 255, 1),
418-
inset 0 0 0.27rem rgba(255, 255, 255, 1);
419412
}
420413

421414
/* Header Bar */

0 commit comments

Comments
 (0)