mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-24 04:27:59 +01:00
12 lines
160 B
CSS
12 lines
160 B
CSS
:root {
|
|
--navbar-input-width: 100%;
|
|
--navbar-input-max-width: 100%;
|
|
}
|
|
|
|
form.header__search {
|
|
flex: 1 0 auto;
|
|
}
|
|
|
|
header > .flex__grow {
|
|
display: none;
|
|
}
|