1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

always show bottom status bar

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2021-03-09 12:12:04 +02:00
parent e94cf372e7
commit f0c6229c8f

View File

@ -17,7 +17,8 @@
left: 0; left: 0;
top: 0; top: 0;
right: 0; right: 0;
bottom: 0; bottom: 24px;
height: unset;
background-color: $mainBackground; background-color: $mainBackground;
// adds extra space for traffic-light top buttons (mac only) // adds extra space for traffic-light top buttons (mac only)
@ -73,4 +74,4 @@
box-shadow: 0 0 0 1px $borderFaintColor; box-shadow: 0 0 0 1px $borderFaintColor;
} }
} }
} }