mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-04-16 10:09:07 -05:00
15 lines
261 B
CSS
15 lines
261 B
CSS
.root {
|
|
width: 100%;
|
|
--select-width: 100%;
|
|
--input-width: 100%;
|
|
}
|
|
|
|
.root input:not([type="checkbox"]):not([type="radio"]),
|
|
.root textarea,
|
|
.root select,
|
|
.root .react-aria-Group,
|
|
.root .react-aria-Select button,
|
|
.root .react-aria-DatePicker {
|
|
width: 100%;
|
|
}
|