Modern style verticals

merge-requests/8/head
Bob Mottram 2020-11-15 17:38:00 +00:00
parent 5997959a12
commit 43e1e8fada
2 changed files with 7 additions and 1 deletions

View File

@ -132,6 +132,7 @@
--header-vertical-offset: 0;
--profile-background-height: 25vw;
--profile-text-align: left;
--verticals-width: 0;
}
@font-face {
@ -1038,6 +1039,10 @@ div.container {
.col-center {
width: var(--column-center-width);
background-color: var(--main-bg-color);
border-bottom: var(--verticals-width) solid var(--tab-border-color);
border-top: none;
border-left: var(--verticals-width) solid var(--tab-border-color);
border-right: var(--verticals-width) solid var(--tab-border-color);
}
.col-right a:link {
background: var(--column-left-color);

View File

@ -1,4 +1,5 @@
{
"verticals-width": "3px",
"newswire-publish-icon": "False",
"full-width-timeline-buttons": "False",
"icons-as-buttons": "True",
@ -32,7 +33,7 @@
"post-separator-margin-bottom": "1%",
"post-separator-width": "95%",
"post-separator-height": "1px",
"column-left-border-width": "1px",
"column-left-border-width": "0px",
"column-right-border-width": "0px",
"column-left-border-color": "black",
"column-left-header-color": "black",