fix: file-show: nav buttons overlapped interaction
Massimo Melina committed
Jan 2, 2024 at 16:42 UTC
5cc3bf0bb9665a931c946fe7ad17f7f55626e555
1 file changed
+1
-1
frontend/src/index.scss
+1
-1
@@ -643,7 +643,7 @@ button label {
643
--nav-size: min(25vh, 25vw);
644
.nav {
645
position: absolute;
646
- margin: -.4em; // closer to the edge
646
+ width: .5em; // closer to the edge
647
font-size: var(--nav-size); // big
648
cursor: pointer;
649
opacity: .3;