mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 09:33:46 +00:00
fix: constrain delete Sheet width on desktop — centered max-w-md with rounded corners
This commit is contained in:
@@ -1330,7 +1330,7 @@ export default function Subscription() {
|
||||
|
||||
{/* Web: Sheet confirmation */}
|
||||
<Sheet open={showDeleteSheet} onOpenChange={setShowDeleteSheet}>
|
||||
<SheetContent>
|
||||
<SheetContent className="sm:inset-x-auto sm:left-1/2 sm:right-auto sm:mb-4 sm:max-w-md sm:-translate-x-1/2 sm:rounded-2xl">
|
||||
<SheetHeader>
|
||||
<SheetTitle>{t('subscription.deleteTitle', 'Удалить подписку?')}</SheetTitle>
|
||||
<SheetDescription>
|
||||
|
||||
Reference in New Issue
Block a user