From e11c03c8530a03fe1e415e7c60e3dcaa43d40f23 Mon Sep 17 00:00:00 2001 From: VnPower Date: Fri, 2 Jun 2023 17:36:56 +0700 Subject: [PATCH] Feature: add margin-top for switcher buttons --- template/css/style.css | 1 + template/css/style.scss | 1 + 2 files changed, 2 insertions(+) diff --git a/template/css/style.css b/template/css/style.css index e498249..bab58ad 100644 --- a/template/css/style.css +++ b/template/css/style.css @@ -301,6 +301,7 @@ body { .switcher .switch-button { display: inline-block; padding: 8px 5px; + margin-top: 5px; background-color: #262a2b; color: #d8d4cf; text-decoration: none; diff --git a/template/css/style.scss b/template/css/style.scss index 6d1fce0..a422ea8 100644 --- a/template/css/style.scss +++ b/template/css/style.scss @@ -352,6 +352,7 @@ body { .switch-button { display: inline-block; padding: 8px 5px; + margin-top: 5px; background-color: $bg-alt; color: $fg; text-decoration: none;