forked from indymedia/epicyon
Search banner height
parent
d1fd00029f
commit
493f6b2b29
1
theme.py
1
theme.py
|
@ -1119,6 +1119,7 @@ def setThemeSolidaric(baseDir: str):
|
||||||
themeParams = {
|
themeParams = {
|
||||||
"banner-height": "35vh",
|
"banner-height": "35vh",
|
||||||
"banner-height-mobile": "15vh",
|
"banner-height-mobile": "15vh",
|
||||||
|
"search-banner-height-mobile": "15vh",
|
||||||
"time-vertical-align": "-4px",
|
"time-vertical-align": "-4px",
|
||||||
"time-vertical-align-mobile": "15px",
|
"time-vertical-align-mobile": "15px",
|
||||||
"hashtag-background-color": "lightred",
|
"hashtag-background-color": "lightred",
|
||||||
|
|
Loading…
Reference in New Issue