Removed redundant padding for app-menu

This commit is contained in:
Vladyslav Hroshev
2025-03-09 13:42:47 +02:00
parent 425bb6a003
commit 192ce109d0

View File

@@ -14,7 +14,6 @@
.app-menu { /* right-click (and panel) app menu */
margin: 3px 0;
border-radius: 12px;
padding: 8px 10px;
transition-duration: 150ms;
}