mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
sync status widget tweaks
This commit is contained in:
parent
392a00ac17
commit
f9b0418333
@ -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 {
|
||||
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user