Slight tweak to edit view

This commit is contained in:
Said Achmiz 2019-01-28 23:44:14 +00:00
parent ca9babc7d5
commit 7dab93d29e

View File

@ -334,9 +334,7 @@ body {
#wikiedit textarea {
font-size: inherit;
width: 100%;
}
#wikiedit .edit-summary input[type='text'] {
width: 100%;
min-height: calc(100vh - 360px);
}
#wikiedit input[type='text'],
@ -344,6 +342,9 @@ body {
-webkit-appearance: none;
-moz-appearance: none;
}
#wikiedit .edit-summary input[type='text'] {
width: 100%;
}
.preview-warning {
color: #c00;