mirror of
https://github.com/zadam/trilium.git
synced 2025-01-16 12:08:03 +08:00
fix sync status button
This commit is contained in:
parent
e25b965cb3
commit
9e77a424a4
1 changed files with 5 additions and 6 deletions
|
@ -5,10 +5,9 @@ import options from "../services/options.js";
|
|||
import syncService from "../services/sync.js";
|
||||
|
||||
const TPL = `
|
||||
<div class="sync-status-widget">
|
||||
<div class="sync-status-widget icon-action">
|
||||
<style>
|
||||
.sync-status-widget {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.sync-status {
|
||||
|
@ -16,17 +15,17 @@ const TPL = `
|
|||
}
|
||||
|
||||
.sync-status .sync-status-icon {
|
||||
font-size: 150%;
|
||||
display: inline-block;
|
||||
padding: 10px;
|
||||
position: relative;
|
||||
top: -5px;
|
||||
font-size: 110%;
|
||||
}
|
||||
|
||||
.sync-status .sync-status-sub-icon {
|
||||
font-size: 40%;
|
||||
position: absolute;
|
||||
left: 9px;
|
||||
top: 24px;
|
||||
left: 0;
|
||||
top: 16px;
|
||||
}
|
||||
|
||||
.sync-status .sync-status-icon span {
|
||||
|
|
Loading…
Reference in a new issue