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