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) => {
-
-