[🐛] Fixed weird margin in the launcher

This commit is contained in:
Parrot 2023-10-17 13:39:10 +00:00
parent 86d2958a82
commit f465580388

View file

@ -137,10 +137,12 @@ launcher {
top: 0; top: 0;
background: rgba(0, 0, 0, 0.5); background: rgba(0, 0, 0, 0.5);
z-index: 99999999999999999999999; z-index: 99999999999999999999999;
width: 100vw; width: calc(100vw + 20px);
height: calc(100vh + 20px); height: calc(100vh + 20px);
gap: 20px; gap: 20px;
transition: 0.2s opacity, 0.2s backdrop-filter; transition: 0.2s opacity, 0.2s backdrop-filter;
margin: 0;
left: 0;
apps { apps {
max-height: 70vh; max-height: 70vh;