sync status widget tweaks

This commit is contained in:
zadam 2021-03-21 22:46:45 +01:00
parent 392a00ac17
commit f9b0418333
2 changed files with 5 additions and 5 deletions

View File

@ -16,13 +16,13 @@ const TPL = `
}
.global-menu button {
margin-right: 5px;
margin-left: 5px;
height: 34px;
border: none;
font-size: 130%;
font-size: 150%;
padding-left: 10px;
padding-right: 10px;
position: relative;
top: -2px;
}
.global-menu button:hover {

View File

@ -16,8 +16,6 @@ const TPL = `
.sync-status {
height: 34px;
box-sizing: border-box;
padding-left: 10px;
padding-right: 10px;
}
.sync-status .sync-status-icon {
@ -25,6 +23,8 @@ const TPL = `
font-size: 180%;
display: inline-block;
position: relative;
padding-left: 10px;
padding-right: 10px;
}
.sync-status .sync-status-icon span {