forked from indymedia/epicyon
Time vertical alignment
parent
a919d5435f
commit
d48e0f9094
2
theme.py
2
theme.py
|
@ -1101,6 +1101,8 @@ def setThemeIndymediaModern(baseDir: str):
|
|||
def setThemeSolidaric(baseDir: str):
|
||||
name = 'solidaric'
|
||||
themeParams = {
|
||||
"time-vertical-align": "-4px",
|
||||
"time-vertical-align-mobile": "15px",
|
||||
"hashtag-background-color": "lightred",
|
||||
"button-highlighted": "darkred",
|
||||
"button-selected-highlighted": "darkred",
|
||||
|
|
Loading…
Reference in New Issue