File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -228,17 +228,17 @@ const config = computed(() => {
228228 <!-- Skeleton matching sparkline layout: title row + chart with data label -->
229229 <div class =" min-h-[100px]" >
230230 <!-- Title row: date range (24px height) -->
231- <div class =" h-6 flex items-center pl -3" >
231+ <div class =" h-6 flex items-center ps -3" >
232232 <span class =" skeleton h-3 w-36" />
233233 </div >
234234 <!-- Chart area: data label left, sparkline right -->
235235 <div class =" aspect-[500/80] flex items-center" >
236236 <!-- Data label (covers ~42% width) -->
237- <div class =" w-[42%] flex items-center pl -0.5" >
237+ <div class =" w-[42%] flex items-center ps -0.5" >
238238 <span class =" skeleton h-7 w-24" />
239239 </div >
240240 <!-- Sparkline area (~58% width) -->
241- <div class =" flex-1 flex items-end gap-0.5 h-4/5 pr -3" >
241+ <div class =" flex-1 flex items-end gap-0.5 h-4/5 pe -3" >
242242 <span
243243 v-for =" i in 16"
244244 :key =" i"
You can’t perform that action at this time.
0 commit comments