mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-03-31 23:04:58 -05:00
15 lines
218 B
CSS
15 lines
218 B
CSS
.root {
|
|
width: 100%;
|
|
--select-width: 100%;
|
|
--input-width: 100%;
|
|
}
|
|
|
|
.root input,
|
|
.root textarea,
|
|
.root select,
|
|
.root .react-aria-Group,
|
|
.root .react-aria-Select button,
|
|
.root .react-aria-DatePicker {
|
|
width: 100%;
|
|
}
|