From 7e8b333bbc03b1d0113866be0f814732d06060ca Mon Sep 17 00:00:00 2001 From: Matthieu Leproux Date: Wed, 7 Sep 2022 15:24:01 +0200 Subject: [PATCH] related to #1717 even margins on edit picture page --- admin/themes/default/theme.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index c04b646ec..29ae6cec0 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -3896,13 +3896,14 @@ a#showPermissions:hover {text-decoration: none;} } #picture-preview { - width: 35vw; + width: 100%; position: relative; background-color: #3c3c3c; height: 35vw; flex-shrink: 0; overflow: hidden; - margin-left: 10px; + margin-left: 35px; + max-width: 45%; } #picture-preview .preview-box{ @@ -3936,7 +3937,10 @@ a#showPermissions:hover {text-decoration: none;} } #picture-content { - width: 50%; + width: 100%; + margin-left: 23px; + margin-right: 23px; + max-width: 50%; } #picture-content p {