From: loma-one <44441246+loma-one@users.noreply.github.com> Date: Thu, 23 Mar 2023 06:01:53 +0000 (+0100) Subject: Modify dropzones css: Correct spacing Text input Comments X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=72c13999228d314b8b99bed54ff3ca6fec94e3c0;p=friendica.git Modify dropzones css: Correct spacing Text input Comments With the last change to the CSS, https://github.com/friendica/friendica/pull/12932 was overwritten. --- diff --git a/view/theme/frio/css/dropzone.frio.css b/view/theme/frio/css/dropzone.frio.css index 4f343a9902..fcc84d5adf 100644 --- a/view/theme/frio/css/dropzone.frio.css +++ b/view/theme/frio/css/dropzone.frio.css @@ -206,7 +206,7 @@ .dropzone { min-height: 150px; border: 1px solid rgba(0, 0, 0, 0.3); - padding: 2px 2px; + padding: 10px 10px; } .dropzone.dz-clickable { cursor: pointer;