Update Khufu's file retrieval system

This commit is contained in:
Elijah Dunemask 2021-07-31 17:56:04 +00:00
parent fe36970476
commit 79b381b302
10 changed files with 86 additions and 78 deletions

View file

@ -1,5 +1,5 @@
@import "global/colors", "global/fonts", "global/measurements",
"global/animations";
"global/animations", "global/zindex";
html,
body {
margin-left: auto;

View file

@ -0,0 +1,4 @@
$stashbarIndex: 200;
$contextMenuIndex: 300;
$fudIndex: 100;
$downloadsIndex: 100;

View file

@ -6,7 +6,7 @@
background: lighten($sectionMenuOptions, 10%);
box-shadow: 1px 3px 2px lighten ($sectionMenuOptions, 5%);
color: $foreground;
z-index: 300;
z-index: $contextMenuIndex;
width: 100%;
max-width: inherit;
font-size: 1rem;

View file

@ -16,7 +16,7 @@ $actionButtonSize: 25px;
max-height: 250px;
overflow: hidden;
-webkit-transform: translate3d(0, 0, 0);
z-index: 100;
z-index: $fudIndex;
display: block;
visibility: hidden;
}

View file

@ -2,7 +2,7 @@
.stashbar {
width: 100%;
z-index: 200;
z-index: $stashbarIndex;
}
.stashbar-menu {
width: 100%;