moki 3 дней назад
Родитель
Сommit
738cafffcf
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/components/IdleCard.vue

+ 2 - 2
src/components/IdleCard.vue

@@ -45,8 +45,8 @@
 .orb {
   position: relative;
   z-index: 1;
-  width: 48px;
-  height: 48px;
+  width: 72px;
+  height: 72px;
   border-radius: 50%;
   background: radial-gradient(circle at 35% 35%, #95de64, #52c41a);
   animation: breathe 4s ease-in-out infinite;