Icon block padding

merge-requests/8/head
Bob Mottram 2020-11-07 13:57:29 +00:00
parent 290026a64b
commit 7b3fd28496
2 changed files with 3 additions and 0 deletions

View File

@ -89,6 +89,7 @@
--column-left-header-size: 20px;
--column-left-header-size-mobile: 50px;
--column-left-border-width: 0;
--column-left-icons-margin: 0;
--column-right-border-width: 0;
--column-left-border-color: black;
--column-left-icon-size: 20%;
@ -159,6 +160,7 @@ body, html {
background-color: var(--main-bg-color);
float: right;
display: block;
padding-bottom: var(--column-left-icons-margin);
}
.postSeparatorImage img {

View File

@ -1131,6 +1131,7 @@ def setThemeIndymediaModern(baseDir: str):
def setThemeSolidaric(baseDir: str):
name = 'solidaric'
themeParams = {
"column-left-icons-margin": "15px",
"post-separator-width": "96.5%",
"post-separator-height": "40px",
"border-width-header": "0",