Update notification service

This commit is contained in:
MacRimi
2026-03-10 17:22:27 +01:00
parent 45365e3860
commit 8cc74eceb6
3 changed files with 49 additions and 11 deletions

View File

@@ -1165,7 +1165,7 @@ export function StorageOverview() {
{/* Disk Details Dialog */}
<Dialog open={detailsOpen} onOpenChange={setDetailsOpen}>
<DialogContent className="max-w-2xl max-h-[90vh] overflow-y-auto">
<DialogContent className="max-w-2xl max-h-[80vh] sm:max-h-[85vh] overflow-y-auto">
<DialogHeader>
<DialogTitle className="flex items-center gap-2">
{selectedDisk?.connection_type === 'usb' ? (