Modify dropzones css: Correct spacing Text input Comments

With the last change to the CSS, https://github.com/friendica/friendica/pull/12932 was overwritten.
pull/12936/head
loma-one 2023-03-23 07:01:53 +01:00 zatwierdzone przez GitHub
rodzic 2eb3f86255
commit 72c1399922
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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;