File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 322
322
}
323
323
324
324
.core-button-shape {
325
- @apply p -2 rounded inline-flex gap-3 items-center justify-center;
325
+ @apply px -2 py-1 rounded inline-flex gap-2 items-center justify-center;
326
326
}
327
327
328
328
/* utils */
373
373
}
374
374
375
375
.sidebar-link {
376
- @apply flex items-center justify-between rounded p-2 hover:bg-layer-hover focus:outline-none focus:ring;
376
+ @apply flex items-center justify-between rounded px-2 py-1 hover:bg-layer-hover focus:outline-none focus:ring;
377
377
}
378
378
}
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ onMounted(() => {
108
108
<label class =" cursor-pointer flex flex-col gap-1 group focus-within:cursor-text" >
109
109
<small v-if =" label" >{{ label }}</small >
110
110
<div class =" flex -m-0.5 p-0.5 rounded group-focus-within:ring-2 ring-opacity-25" >
111
- <div class =" flex flex-col flex-grow overflow-hidden p-2 relative rounded border border-layer" >
111
+ <div class =" flex flex-col flex-grow overflow-hidden px-2 py-1 relative rounded border border-layer" >
112
112
<span v-if =" private" class =" absolute flex inset-0 items-center justify-center z-10 group-focus-within:opacity-0 group-focus-within:-z-10 bg-layer" >
113
113
<span class =" flex gap-2 items-center" >
114
114
<svg height =" 1.25em" width =" 1.25em" xmlns =" http://www.w3.org/2000/svg" fill =" none" viewBox =" 0 0 24 24" stroke =" currentColor" >
You can’t perform that action at this time.
0 commit comments