Make SEO info, header/footer text, and some other fields full width #2516

This commit is contained in:
Kijin Sung 2025-03-09 20:06:28 +09:00
parent f980ea58c6
commit 3aa0d38a67
9 changed files with 31 additions and 30 deletions

View file

@ -310,7 +310,8 @@
.x input.x_full-width,
.x textarea.x_full-width,
.x .x_uneditable-input.x_full-width{width:calc(100% - 14px)}
.x textarea{height:auto}
.x textarea.x_full-width.lang_code{width:calc(100% - 42px)}
.x textarea{height:auto;min-height:80px;resize:vertical}
.x textarea,
.x input[type="text"],
.x input[type="password"],