style(ui): unify border padding to p-[2px] across themes (#8)
This commit is contained in:
@@ -27,7 +27,7 @@ if (!staticData) {
|
|||||||
>
|
>
|
||||||
<div class="aspect-square h-4/5 max-md:size-32">
|
<div class="aspect-square h-4/5 max-md:size-32">
|
||||||
<div
|
<div
|
||||||
class="group-hover:scale-105 relative z-10 flex w-full cursor-pointer items-center overflow-hidden rounded-full dark:p-[1.5px] p-[2px] transition-all duration-500"
|
class="group-hover:scale-105 relative z-10 flex w-full cursor-pointer items-center overflow-hidden rounded-full p-[2px] transition-all duration-500"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="absolute inset-0 h-full w-full rounded-fullfrom-transparent to-riptide-500 dark:from-transparent f dark:to-mint-300 animate-rotate-border bg-conic/[from_var(--border-angle)] "
|
class="absolute inset-0 h-full w-full rounded-fullfrom-transparent to-riptide-500 dark:from-transparent f dark:to-mint-300 animate-rotate-border bg-conic/[from_var(--border-angle)] "
|
||||||
|
|||||||
Reference in New Issue
Block a user