quick commit

This commit is contained in:
2026-02-03 18:47:54 +01:00
parent b9f5eea4af
commit a048d7ae7a
3 changed files with 5 additions and 7 deletions

View File

@@ -29,7 +29,7 @@ window {
popover {
margin-top: 4px;
font-family: var(--text-font);
padding: 6px;
/* padding: 6px; TODO: create better padding*/
border-radius: 8px;
background: rgba(25, 25, 25, 0.8);
@@ -39,7 +39,7 @@ popover {
}
.control-center-popover {
padding: 12px;
margin: 0;
background-color: rgba(25, 25, 25, 0.95);
}