mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
fix sync status button
This commit is contained in:
parent
e25b965cb3
commit
9e77a424a4
@ -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…
x
Reference in New Issue
Block a user