diff --git a/common/common.scss b/common/common.scss index 032e8bb..6ff07f1 100644 --- a/common/common.scss +++ b/common/common.scss @@ -26,3 +26,14 @@ .mobile-view .vdo { display: none !important; } + +@if $links_position == left { + .custom-header-links { + margin-left: 1em; + } + .hide-menus { + .custom-header-links { + display: none; + } + } +} diff --git a/common/header.html b/common/header.html index d1c7f28..ebd78bb 100644 --- a/common/header.html +++ b/common/header.html @@ -1,5 +1,6 @@