]> git.mxchange.org Git - friendica.git/commitdiff
Modify dropzones css: Correct spacing Text input Comments
authorloma-one <44441246+loma-one@users.noreply.github.com>
Thu, 23 Mar 2023 06:01:53 +0000 (07:01 +0100)
committerGitHub <noreply@github.com>
Thu, 23 Mar 2023 06:01:53 +0000 (07:01 +0100)
With the last change to the CSS, https://github.com/friendica/friendica/pull/12932 was overwritten.

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

index 4f343a9902ef5e893cd28f51ff34ef4f059431f5..fcc84d5adfba820d378585a68e47aee1c221ae4a 100644 (file)
 .dropzone {
        min-height: 150px;
        border: 1px solid rgba(0, 0, 0, 0.3);
-       padding: 2px 2px;
+       padding: 10px 10px;
 }
 .dropzone.dz-clickable {
        cursor: pointer;