diff --git a/src/components/Author/AuthorBadge/AuthorBadge.module.scss b/src/components/Author/AuthorBadge/AuthorBadge.module.scss index ebd5d145..d3310486 100644 --- a/src/components/Author/AuthorBadge/AuthorBadge.module.scss +++ b/src/components/Author/AuthorBadge/AuthorBadge.module.scss @@ -60,11 +60,13 @@ .bio { @include font-size(1.2rem); + color: var(--black-400); display: flex; flex-direction: row; - gap: 1rem; - color: var(--black-400); font-weight: 500; + gap: 1rem; + max-width: 100%; + word-break: break-word; } .actions { diff --git a/src/components/Nav/Header/Header.module.scss b/src/components/Nav/Header/Header.module.scss index 33ab5b6e..c1c6e9e9 100644 --- a/src/components/Nav/Header/Header.module.scss +++ b/src/components/Nav/Header/Header.module.scss @@ -523,6 +523,7 @@ height: 2.8rem; justify-content: center; margin: 0 0.4rem; + order: 2; position: relative; transition: margin-left 0.3s; width: 2.8rem; @@ -533,7 +534,7 @@ width: 3.2rem; } - @include media-breakpoint-down(sm) { + @include media-breakpoint-down(xl) { margin-left: 0.4rem !important; } @@ -584,6 +585,10 @@ .userControlItemSearch { margin: 0 1rem 0 2.2rem; + + @include media-breakpoint-down(xl) { + order: 1; + } } .userControlItemUserpic { @@ -596,13 +601,6 @@ } } -.userControlItemInbox, -.userControlItemSearch { - @include media-breakpoint-down(sm) { - display: none; - } -} - .userControlItemVerbose { align-items: stretch; display: flex; @@ -682,7 +680,9 @@ } &:hover { - background-color: var(--link-hover-background); + @include media-breakpoint-up(xl) { + background-color: var(--link-hover-background); + } &, .textLabel { @@ -708,6 +708,18 @@ } } +.userControlItemCreate { + .icon { + height: 2.8rem; + width: 2.8rem; + + @include media-breakpoint-up(md) { + height: 3.2rem; + width: 3.2rem; + } + } +} + .subnavigation { background: #000; color: #fff; diff --git a/src/components/Nav/HeaderAuth.tsx b/src/components/Nav/HeaderAuth.tsx index 7f439b94..0a9cbd36 100644 --- a/src/components/Nav/HeaderAuth.tsx +++ b/src/components/Nav/HeaderAuth.tsx @@ -107,11 +107,17 @@ export const HeaderAuth = (props: Props) => {
-
+ @@ -215,11 +221,17 @@ export const HeaderAuth = (props: Props) => { -
+ @@ -232,7 +244,7 @@ export const HeaderAuth = (props: Props) => { {t('Enter')} - {/**/} +
diff --git a/src/components/_shared/Button/Button.module.scss b/src/components/_shared/Button/Button.module.scss index cbca6357..5ab6be16 100644 --- a/src/components/_shared/Button/Button.module.scss +++ b/src/components/_shared/Button/Button.module.scss @@ -141,7 +141,7 @@ float: none; padding-bottom: 0.6rem; padding-top: 0.6rem; - width: 10em; + width: 9em; .icon { img {