From b8cf8379358958c1155442d0526bbfc8c4d65ded Mon Sep 17 00:00:00 2001 From: crupest Date: Fri, 31 Jul 2020 01:11:13 +0800 Subject: Make sync state badge fixed. --- Timeline/ClientApp/src/app/timeline/timeline-ui.sass | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Timeline/ClientApp/src/app/timeline/timeline-ui.sass') 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 -- cgit v1.2.3