mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 19:21:40 +09:00
Support full-width inputs with x_full-width
This commit is contained in:
parent
7799aa77a3
commit
6e415fafc0
1 changed files with 26 additions and 23 deletions
|
|
@ -308,6 +308,9 @@
|
|||
.x input,
|
||||
.x textarea,
|
||||
.x .x_uneditable-input{width:206px}
|
||||
.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 input[type="text"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue