Adding fixed foldable style.

This commit is contained in:
Sergiotarxz 2024-01-10 19:54:42 +01:00
parent fef415bb7f
commit 2e19aa2551
2 changed files with 2 additions and 2 deletions

View File

@ -223,7 +223,7 @@ body {
left: 100%;
width: Min(70%, 600px);
top: 80px;
height: calc(100% - 60px);
height: calc(100% - 80px);
z-index: 500;
transition: left 0.5s ease-in, visibility 0.5s ease-in;
background: #FEFEFA; }

View File

@ -328,7 +328,7 @@ body {
left: 100%;
width: Min(70%, 600px);
top: 80px;
height: calc(100% - 60px);
height: calc(100% - 80px);
z-index: 500;
transition: left 0.5s ease-in, visibility 0.5s ease-in;
background: $background_sidebar;