]> git.mxchange.org Git - friendica.git/commitdiff
Correct spacing Text input Comments
authorloma-one <44441246+loma-one@users.noreply.github.com>
Wed, 22 Mar 2023 13:25:30 +0000 (14:25 +0100)
committerGitHub <noreply@github.com>
Wed, 22 Mar 2023 13:25:30 +0000 (14:25 +0100)
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.

view/theme/frio/css/dropzone.frio.css

index 80dbc88330dac0e7e703303c49b7895fac1d6af1..0e1606ae005a702b8015048d9d9a3eb2dec9a0cf 100644 (file)
   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;