forked from indymedia/epicyon
Icon block padding
parent
290026a64b
commit
7b3fd28496
|
@ -89,6 +89,7 @@
|
||||||
--column-left-header-size: 20px;
|
--column-left-header-size: 20px;
|
||||||
--column-left-header-size-mobile: 50px;
|
--column-left-header-size-mobile: 50px;
|
||||||
--column-left-border-width: 0;
|
--column-left-border-width: 0;
|
||||||
|
--column-left-icons-margin: 0;
|
||||||
--column-right-border-width: 0;
|
--column-right-border-width: 0;
|
||||||
--column-left-border-color: black;
|
--column-left-border-color: black;
|
||||||
--column-left-icon-size: 20%;
|
--column-left-icon-size: 20%;
|
||||||
|
@ -159,6 +160,7 @@ body, html {
|
||||||
background-color: var(--main-bg-color);
|
background-color: var(--main-bg-color);
|
||||||
float: right;
|
float: right;
|
||||||
display: block;
|
display: block;
|
||||||
|
padding-bottom: var(--column-left-icons-margin);
|
||||||
}
|
}
|
||||||
|
|
||||||
.postSeparatorImage img {
|
.postSeparatorImage img {
|
||||||
|
|
1
theme.py
1
theme.py
|
@ -1131,6 +1131,7 @@ def setThemeIndymediaModern(baseDir: str):
|
||||||
def setThemeSolidaric(baseDir: str):
|
def setThemeSolidaric(baseDir: str):
|
||||||
name = 'solidaric'
|
name = 'solidaric'
|
||||||
themeParams = {
|
themeParams = {
|
||||||
|
"column-left-icons-margin": "15px",
|
||||||
"post-separator-width": "96.5%",
|
"post-separator-width": "96.5%",
|
||||||
"post-separator-height": "40px",
|
"post-separator-height": "40px",
|
||||||
"border-width-header": "0",
|
"border-width-header": "0",
|
||||||
|
|
Loading…
Reference in New Issue