mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-10 01:43:43 +00:00
style: remove unnecessary padding
This commit is contained in:
committed by
Carlos Valente
parent
043ba38916
commit
3d2248cceb
@@ -137,7 +137,6 @@
|
||||
}
|
||||
|
||||
.qr {
|
||||
margin-left: clamp(16px, 5vw, 64px);
|
||||
padding: 4px;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
@@ -148,7 +148,7 @@ function getApplicationMenu(isMac, askToQuit, urlBase) {
|
||||
],
|
||||
},
|
||||
{
|
||||
role: 'elp',
|
||||
role: 'help',
|
||||
submenu: [
|
||||
{
|
||||
label: 'See on github',
|
||||
|
||||
Reference in New Issue
Block a user