Browse Source

fix: sync indicator style

Tienson Qin 5 months ago
parent
commit
3825b0d6cf
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/main/frontend/components/file_sync.css

+ 2 - 2
src/main/frontend/components/file_sync.css

@@ -6,14 +6,14 @@
 
 .cp__file-sync, .cp__rtc-sync {
   &-indicator {
-    .ui__button.cloud {
+      a.button.cloud {
       @apply relative;
 
       &.on {
         @apply after:content-['*'];
 
         &:after {
-          @apply absolute bottom-2.5 right-1 w-[7px] h-[7px] rounded-full opacity-100 text-transparent;
+          @apply absolute bottom-2.5 right-2 w-[7px] h-[7px] rounded-full opacity-100 text-transparent;
 
           background-color: var(--ls-color-file-sync-pending);
         }