Ability to collapse navigator or favourites widget in File page

This commit is contained in:
Peter Papp
2020-11-21 19:56:51 +01:00
parent b38333bb64
commit d76ff07bf4
6 changed files with 177 additions and 13 deletions
+1 -1
View File
@@ -27,7 +27,7 @@
@mixin widget-card {
padding: 20px;
border-radius: 8px;
box-shadow: 0 3px 15px 2px hsla(220, 36%, 16%, 0.05);
box-shadow: 0 5px 10px -6px rgba(26, 36, 55, 0.15);
background: white;
}
+1 -1
View File
@@ -19,7 +19,7 @@ $shadow: 0 7px 25px 1px rgba(0, 0, 0, 0.12);
$light_mode_input_background: hsla(210, 10%, 98%, 1);
$light_mode_popup_shadow: 0 15px 50px 10px rgba(26,38,74,0.12);
$light_mode_vignette: rgba(9, 8, 12, 0.35);
$light_mode_vignette: rgba(255, 255, 255, 0.7);
// Dark Mode
$dark_mode_vignette: rgba(0, 0, 0, 0.3);