fix(ui): improve delete popup spacing on tablets and small screens (#22042)
Co-authored-by: Kartik Saini <41051387+kart1ka@users.noreply.github.com>
This commit is contained in:
co-authored by
Kartik Saini
parent
fd964131d1
commit
0825cce82c
@@ -14,7 +14,7 @@ import type { IconName } from "../icon";
|
||||
import { Icon } from "../icon";
|
||||
|
||||
const dialogClasses = cva(
|
||||
"fadeIn bg-default scroll-bar fixed left-1/2 top-1/2 z-50 w-full -translate-x-1/2 -translate-y-1/2 rounded-2xl text-left shadow-xl focus-visible:outline-none sm:align-middle",
|
||||
"fadeIn bg-default scroll-bar fixed left-1/2 top-1/2 z-50 w-[95vw] m-auto -translate-x-1/2 -translate-y-1/2 rounded-2xl text-left shadow-xl focus-visible:outline-none sm:align-middle",
|
||||
{
|
||||
variants: {
|
||||
size: {
|
||||
|
||||
Reference in New Issue
Block a user