mirror of https://gitlab.com/bashrc2/epicyon
Shorter banners
parent
fd85d7ed81
commit
f66eee9aa7
Binary file not shown.
Before Width: | Height: | Size: 125 KiB After Width: | Height: | Size: 99 KiB |
Binary file not shown.
Before Width: | Height: | Size: 125 KiB After Width: | Height: | Size: 100 KiB |
2
theme.py
2
theme.py
|
@ -958,6 +958,8 @@ def setThemeHacker(baseDir: str):
|
|||
def setThemeLight(baseDir: str):
|
||||
name = 'light'
|
||||
themeParams = {
|
||||
"search-banner-height": "25vh",
|
||||
"search-banner-height-mobile": "15vh",
|
||||
"banner-height": "20vh",
|
||||
"banner-height-mobile": "10vh",
|
||||
"hashtag-background-color": "lightblue",
|
||||
|
|
Loading…
Reference in New Issue