mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-24 12:37:58 +01:00
13 lines
160 B
CSS
13 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;
|
||
|
}
|