From 48090ec41cecca89508aea69af14d0b98cd99729 Mon Sep 17 00:00:00 2001 From: schlagmichdoch Date: Wed, 3 Jan 2024 16:54:43 +0100 Subject: [PATCH] Fix x-paper width (fixed #233) --- public/styles/styles-deferred.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public/styles/styles-deferred.css b/public/styles/styles-deferred.css index cda51e2..6fbf811 100644 --- a/public/styles/styles-deferred.css +++ b/public/styles/styles-deferred.css @@ -336,6 +336,7 @@ x-dialog x-paper { display: flex; margin: auto; flex-direction: column; + width: 100%; max-width: 450px; z-index: 3; border-radius: 30px;