mirror of
https://github.com/osmarks/mycorrhiza.git
synced 2025-01-23 08:26:51 +00:00
Fix file upload button height
This commit is contained in:
parent
cfc413f1a9
commit
f7d263eee6
@ -106,8 +106,6 @@ body { margin: 0; font-size:16px; font-family: 'PT Sans', 'Liberation Sans', san
|
|||||||
input, kbd { font: inherit; color: inherit; }
|
input, kbd { font: inherit; color: inherit; }
|
||||||
textarea {font-size:16px; font-family: 'PT Sans', 'Liberation Sans', sans-serif;}
|
textarea {font-size:16px; font-family: 'PT Sans', 'Liberation Sans', sans-serif;}
|
||||||
|
|
||||||
::-webkit-file-upload-button,
|
|
||||||
|
|
||||||
.edit { min-height: 80vh; }
|
.edit { min-height: 80vh; }
|
||||||
.edit__title { margin-top: 0; }
|
.edit__title { margin-top: 0; }
|
||||||
.edit__preview { border: 2px dashed #ddd; }
|
.edit__preview { border: 2px dashed #ddd; }
|
||||||
@ -515,7 +513,7 @@ kbd {
|
|||||||
|
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
.btn {
|
.btn {
|
||||||
border-color: #444 solid 1px;
|
border: #444 solid 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn:visited {
|
.btn:visited {
|
||||||
|
Loading…
Reference in New Issue
Block a user