Explorar o código

fix(chart): style issue in 2k zoom in 125% #874

Jacky hai 5 meses
pai
achega
3ba96d7806
Modificáronse 2 ficheiros con 1 adicións e 4 borrados
  1. 1 0
      app/components.d.ts
  2. 0 4
      app/src/components/Chart/RadialBarChart.vue

+ 1 - 0
app/components.d.ts

@@ -2,6 +2,7 @@
 // @ts-nocheck
 // Generated by unplugin-vue-components
 // Read more: https://github.com/vuejs/core/pull/3399
+// biome-ignore lint: disable
 export {}
 
 /* prettier-ignore */

+ 0 - 4
app/src/components/Chart/RadialBarChart.vue

@@ -103,10 +103,6 @@ const chartOptions = computed(() => ({
       left: 50%;
       transform: translateX(-50%);
     }
-    @media (min-width: 2000px) {
-      left: 50%;
-      transform: translateX(-50%);
-    }
   }
 
   .text {