aboutsummaryrefslogtreecommitdiff
path: root/Timeline/ClientApp/src/app/timeline/timeline-ui.sass
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-07-31 01:16:10 +0800
committerGitHub <noreply@github.com>2020-07-31 01:16:10 +0800
commitfe950cad28ec6ff7bf6f399ddd31448180bc7601 (patch)
treed58a7c9a33a4cf16b128d71b94edf0110298bd13 /Timeline/ClientApp/src/app/timeline/timeline-ui.sass
parentd900c1b8c012970db491f421e1975f5de3b450f3 (diff)
parentb8cf8379358958c1155442d0526bbfc8c4d65ded (diff)
downloadtimeline-fe950cad28ec6ff7bf6f399ddd31448180bc7601.tar.gz
timeline-fe950cad28ec6ff7bf6f399ddd31448180bc7601.tar.bz2
timeline-fe950cad28ec6ff7bf6f399ddd31448180bc7601.zip
Merge pull request #127 from crupest/offline-post
Add feature of offline post cache.
Diffstat (limited to 'Timeline/ClientApp/src/app/timeline/timeline-ui.sass')
-rw-r--r--Timeline/ClientApp/src/app/timeline/timeline-ui.sass17
1 files changed, 17 insertions, 0 deletions
diff --git a/Timeline/ClientApp/src/app/timeline/timeline-ui.sass b/Timeline/ClientApp/src/app/timeline/timeline-ui.sass
index b92327bd..667c1da9 100644
--- a/Timeline/ClientApp/src/app/timeline/timeline-ui.sass
+++ b/Timeline/ClientApp/src/app/timeline/timeline-ui.sass
@@ -16,3 +16,20 @@
.timeline-page-top-space
transition: height 0.5s
+.timeline-sync-state-badge
+ position: fixed
+ top: 0
+ right: 0
+ z-index: 1
+ font-size: 0.8em
+ padding: 3px 8px
+ border-radius: 5px
+ background: #e8fbff
+
+.timeline-sync-state-badge-pin
+ display: inline-block
+ width: 0.4em
+ height: 0.4em
+ border-radius: 50%
+ vertical-align: middle
+ margin-right: 0.6em