control panel minimized by default

This commit is contained in:
Max Robinson
2021-12-02 17:25:59 -06:00
parent 7d99991f91
commit baadda8a75
2 changed files with 3 additions and 3 deletions

4
dist/css/style.css vendored
View File

@@ -37,7 +37,7 @@ body{
bottom: 0;
position: fixed;
background-color: #3a4b68;
display: grid;
display: none;
grid-template-columns: repeat(3, 1fr);
/* opacity: 0.8; */
}
@@ -236,7 +236,7 @@ button:active{
position: fixed;
bottom: 10px;
padding-left: 10px;
display: none;
/* display: none; */
}
#headless-notification {