fix(ui): controls bar height

This commit is contained in:
nick-delirium 2023-06-09 12:35:48 +02:00
parent c7e8e8cdb4
commit 9e3f1521cb

View file

@ -15,7 +15,7 @@
display: flex;
justify-content: space-between;
align-items: center;
height: 55px;
height: 65px;
padding-left: 10px;
padding-right: 0;
}