10 years later #1

Merged
sthag merged 374 commits from development into main 2026-03-07 00:18:59 +01:00
2 changed files with 5 additions and 2 deletions
Showing only changes of commit d5c5da67ea - Show all commits

View file

@ -156,7 +156,7 @@ textarea:not([disabled]):focus {
background-color: gray; } background-color: gray; }
.hover_full_view_change { .hover_full_view_change {
z-index: 1000; z-index: 100;
background-color: rgba(0, 0, 0, 0.5); background-color: rgba(0, 0, 0, 0.5);
transition: background-color .2s ease-in-out; transition: background-color .2s ease-in-out;
pointer-events: none; } pointer-events: none; }

View file

@ -112,7 +112,10 @@ $basic_color_map: ();
$box_sizing: $default_box_sizing; $box_sizing: $default_box_sizing;
$z_top: 1000; $z_heaven: 100;
$z_top: 10;
$z_basic: 1;
$z_earth: -100;
$basic_width: 96%; $basic_width: 96%;
$width_small: 80%; $width_small: 80%;