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";
|
import syncService from "../services/sync.js";
|
||||||
|
|
||||||
const TPL = `
|
const TPL = `
|
||||||
<div class="sync-status-widget">
|
<div class="sync-status-widget icon-action">
|
||||||
<style>
|
<style>
|
||||||
.sync-status-widget {
|
.sync-status-widget {
|
||||||
box-sizing: border-box;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.sync-status {
|
.sync-status {
|
||||||
|
@ -16,17 +15,17 @@ const TPL = `
|
||||||
}
|
}
|
||||||
|
|
||||||
.sync-status .sync-status-icon {
|
.sync-status .sync-status-icon {
|
||||||
font-size: 150%;
|
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 10px;
|
|
||||||
position: relative;
|
position: relative;
|
||||||
|
top: -5px;
|
||||||
|
font-size: 110%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sync-status .sync-status-sub-icon {
|
.sync-status .sync-status-sub-icon {
|
||||||
font-size: 40%;
|
font-size: 40%;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 9px;
|
left: 0;
|
||||||
top: 24px;
|
top: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sync-status .sync-status-icon span {
|
.sync-status .sync-status-icon span {
|
||||||
|
|
Loading…
Reference in a new issue