Explorar el Código

Slight tweak to edit view

master
Said Achmiz hace 6 años
padre
commit
7dab93d29e
Se han modificado 1 ficheros con 4 adiciones y 3 borrados
  1. 4
    3
      papyrus.css

+ 4
- 3
papyrus.css Ver fichero

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

Cargando…
Cancelar
Guardar