From 7afa2a8c12ae203c88fd4d67f8cae677b0e74f9b Mon Sep 17 00:00:00 2001 From: kvakazyambra Date: Wed, 12 Apr 2023 23:32:38 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20?= =?UTF-8?q?=D0=B8=D0=BA=D0=BE=D0=BD=D0=BA=D0=B8=20=D0=BA=D0=BD=D0=BE=D0=BF?= =?UTF-8?q?=D0=BA=D0=B0=D0=BC=20=D0=B2=20=D1=88=D0=B0=D0=BF=D0=BA=D0=B5=20?= =?UTF-8?q?=D0=B4=D0=BB=D1=8F=20=D0=BC=D0=BE=D0=B1=D0=B8=D0=BB=D1=8C=D0=BD?= =?UTF-8?q?=D0=BE=D0=B9=20=D0=B2=D0=B5=D1=80=D1=81=D0=B8=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/icons/publish.svg | 3 +++ public/icons/save.svg | 2 ++ src/components/Nav/Header.module.scss | 5 ++++- src/components/Nav/HeaderAuth.tsx | 20 ++++++++++++++++++-- 4 files changed, 27 insertions(+), 3 deletions(-) create mode 100644 public/icons/publish.svg create mode 100644 public/icons/save.svg diff --git a/public/icons/publish.svg b/public/icons/publish.svg new file mode 100644 index 00000000..1e3fe85d --- /dev/null +++ b/public/icons/publish.svg @@ -0,0 +1,3 @@ + + + diff --git a/public/icons/save.svg b/public/icons/save.svg new file mode 100644 index 00000000..21afea2d --- /dev/null +++ b/public/icons/save.svg @@ -0,0 +1,2 @@ + + diff --git a/src/components/Nav/Header.module.scss b/src/components/Nav/Header.module.scss index acee5fd4..9b7a8dc7 100644 --- a/src/components/Nav/Header.module.scss +++ b/src/components/Nav/Header.module.scss @@ -502,7 +502,10 @@ } .userControlItemVerbose { + margin-right: 0.5em; + @include media-breakpoint-up(lg) { + margin-right: 0; width: auto; .icon { @@ -511,7 +514,7 @@ .textLabel { display: inline; - padding: 0 1.2rem; + //padding: 0 1.2rem; position: relative; z-index: 1; } diff --git a/src/components/Nav/HeaderAuth.tsx b/src/components/Nav/HeaderAuth.tsx index 0b72296d..a5174ee0 100644 --- a/src/components/Nav/HeaderAuth.tsx +++ b/src/components/Nav/HeaderAuth.tsx @@ -66,11 +66,27 @@ export const HeaderAuth = (props: HeaderAuthProps) => {
-
-