diff --git a/webroot/css/index.css b/webroot/css/index.css index 7a13755..bee779a 100644 --- a/webroot/css/index.css +++ b/webroot/css/index.css @@ -29,7 +29,7 @@ a { text-decoration: none !important; } -.full_screen { +.load_screen { position: fixed; width: 100%; height: 100%; @@ -42,6 +42,16 @@ a { align-items: center; } +.full_screen { + position: fixed; + z-index: 10; + top: 0; + bottom: 0; + left: 0; + right: 0; + transition: top 0.25s ease-in-out; +} + .loader { border: 6px solid var(--icon-bc); border-top: 6px solid var(--icon); @@ -104,7 +114,7 @@ a { .list { max-height: 25px; overflow-y: hidden; - transition: max-height 0.25s ease-in-out; + transition: max-height 0.25s ease; } .full { @@ -153,6 +163,14 @@ a { background: var(--icon); } +.icon_animation { + transition: transform 0.05s ease-in-out; +} + +.icon_animation:active { + transform: scale(80%) +} + /* Card type */ .bright { border: 5px solid var(--bright); diff --git a/webroot/index.html b/webroot/index.html index d077797..011bac4 100644 --- a/webroot/index.html +++ b/webroot/index.html @@ -15,14 +15,17 @@ -
+
-