1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-01-19 01:24:05 +01:00

Inherit textarea/input text size from body

This commit is contained in:
8chan 2014-12-31 22:40:30 -08:00
parent a7adf844eb
commit be443eda08

View File

@ -98,6 +98,7 @@ input[type="text"],input[type="password"],textarea {
text-transform: none;
word-spacing: normal;
max-width: 75%;
font-size: inherit;
}
#quick-reply input[type="text"], input[type="password"], #quick-reply textarea {