Bottom offset for publish button

main
Bob Mottram 2020-11-15 18:37:41 +00:00
parent b3805b4d71
commit 468489a504
1 changed files with 2 additions and 0 deletions

View File

@ -123,6 +123,7 @@
--likes-count-offset: 5px; --likes-count-offset: 5px;
--likes-count-offset-mobile: 10px; --likes-count-offset-mobile: 10px;
--publish-button-vertical-offset: 10px; --publish-button-vertical-offset: 10px;
--publish-button-bottom-offset: 10px;
--banner-height: 15vh; --banner-height: 15vh;
--banner-height-mobile: 10vh; --banner-height-mobile: 10vh;
--post-separator-margin-top: 0; --post-separator-margin-top: 0;
@ -1289,6 +1290,7 @@ div.container {
cursor: pointer; cursor: pointer;
margin: 0 0px; margin: 0 0px;
margin-top: var(--publish-button-vertical-offset); margin-top: var(--publish-button-vertical-offset);
margin-bottom: var(--publish-button-bottom-offset);
} }
.buttonhighlighted { .buttonhighlighted {
border-radius: var(--button-corner-radius); border-radius: var(--button-corner-radius);