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