diff options
author | crupest <crupest@outlook.com> | 2020-07-31 01:11:13 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-07-31 01:11:13 +0800 |
commit | b8cf8379358958c1155442d0526bbfc8c4d65ded (patch) | |
tree | d58a7c9a33a4cf16b128d71b94edf0110298bd13 /Timeline/ClientApp/src/app/timeline/timeline-ui.sass | |
parent | 28aae259f0cdb774e72a2ecf79e3addfe0db990a (diff) | |
download | timeline-b8cf8379358958c1155442d0526bbfc8c4d65ded.tar.gz timeline-b8cf8379358958c1155442d0526bbfc8c4d65ded.tar.bz2 timeline-b8cf8379358958c1155442d0526bbfc8c4d65ded.zip |
Make sync state badge fixed.
Diffstat (limited to 'Timeline/ClientApp/src/app/timeline/timeline-ui.sass')
-rw-r--r-- | Timeline/ClientApp/src/app/timeline/timeline-ui.sass | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Timeline/ClientApp/src/app/timeline/timeline-ui.sass b/Timeline/ClientApp/src/app/timeline/timeline-ui.sass index 952e4659..667c1da9 100644 --- a/Timeline/ClientApp/src/app/timeline/timeline-ui.sass +++ b/Timeline/ClientApp/src/app/timeline/timeline-ui.sass @@ -17,12 +17,11 @@ transition: height 0.5s
.timeline-sync-state-badge
- position: absolute
+ position: fixed
top: 0
right: 0
z-index: 1
font-size: 0.8em
- margin-top: 4px
padding: 3px 8px
border-radius: 5px
background: #e8fbff
|