From: loma-one <44441246+loma-one@users.noreply.github.com> Date: Wed, 22 Mar 2023 13:25:30 +0000 (+0100) Subject: Correct spacing Text input Comments X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6bb683e794fe1c3ee13738aa6522fb75d21f461a;p=friendica.git Correct spacing Text input Comments The spacing on the left is always specified with padding: 10px 10px; in the other editors. The text input does not look so nice at the moment. --- diff --git a/view/theme/frio/css/dropzone.frio.css b/view/theme/frio/css/dropzone.frio.css index 80dbc88330..0e1606ae00 100644 --- a/view/theme/frio/css/dropzone.frio.css +++ b/view/theme/frio/css/dropzone.frio.css @@ -207,7 +207,7 @@ min-height: 150px; border: 1px solid rgba(0, 0, 0, 0.3); background: white; - padding: 2px 2px; + padding: 10px 10px; } .dropzone.dz-clickable { cursor: pointer;