mirror of https://gitlab.com/bashrc2/epicyon
Remove button padding
parent
061b974c6a
commit
769929268f
1
theme.py
1
theme.py
|
@ -334,6 +334,7 @@ def setThemeIndymediaClassic(baseDir: str):
|
||||||
"search": "jpg"
|
"search": "jpg"
|
||||||
}
|
}
|
||||||
themeParams = {
|
themeParams = {
|
||||||
|
"container-button-padding": "0px",
|
||||||
"hashtag-background-color": "darkred",
|
"hashtag-background-color": "darkred",
|
||||||
"font-size-newswire": "18px",
|
"font-size-newswire": "18px",
|
||||||
"font-size-publish-button": "18px",
|
"font-size-publish-button": "18px",
|
||||||
|
|
Loading…
Reference in New Issue