From a99331c59017d1d2373764af47b490fbccbfdfc8 Mon Sep 17 00:00:00 2001 From: Kris Date: Tue, 12 Nov 2019 15:50:13 -0500 Subject: [PATCH] FEATURE: Add setting to show links on the left or right --- common/common.scss | 11 +++++++++++ common/header.html | 3 ++- settings.yml | 11 ++++++++++- 3 files changed, 23 insertions(+), 2 deletions(-) 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 @@