diff options
author | crupest <crupest@outlook.com> | 2020-07-31 01:16:10 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-31 01:16:10 +0800 |
commit | 3d014eee30cf91c2e2c19af5c5140db137ccf225 (patch) | |
tree | 89f1a7c16afaa66e5e0a4cc53b1b426209fbb0e6 /Timeline/ClientApp/src/app/timeline/timeline-ui.sass | |
parent | e26b101fdec6cacb54d09e66c0ef06cfad5e490c (diff) | |
parent | d48ca755bae9f24378eda3c0a25285ec4b97a761 (diff) | |
download | timeline-3d014eee30cf91c2e2c19af5c5140db137ccf225.tar.gz timeline-3d014eee30cf91c2e2c19af5c5140db137ccf225.tar.bz2 timeline-3d014eee30cf91c2e2c19af5c5140db137ccf225.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.sass | 17 |
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
|