style: remove unnecessary padding

This commit is contained in:
Carlos Valente
2024-04-28 22:45:10 +02:00
committed by Carlos Valente
parent 043ba38916
commit 3d2248cceb
2 changed files with 1 additions and 2 deletions
@@ -137,7 +137,6 @@
} }
.qr { .qr {
margin-left: clamp(16px, 5vw, 64px);
padding: 4px; padding: 4px;
background-color: white; background-color: white;
} }
+1 -1
View File
@@ -148,7 +148,7 @@ function getApplicationMenu(isMac, askToQuit, urlBase) {
], ],
}, },
{ {
role: 'elp', role: 'help',
submenu: [ submenu: [
{ {
label: 'See on github', label: 'See on github',