diff --git a/src/components/user/GuestButton.jsx b/src/components/user/GuestButton.jsx index 123c67c..619c06d 100644 --- a/src/components/user/GuestButton.jsx +++ b/src/components/user/GuestButton.jsx @@ -13,7 +13,7 @@ export const GuestButton = ({ onClick }: Props) => ( onClick={onClick} > - ВОЙТИ + ВОЙТИ ); diff --git a/src/styles/panel.less b/src/styles/panel.less index 28059ed..a4fd871 100644 --- a/src/styles/panel.less +++ b/src/styles/panel.less @@ -167,6 +167,7 @@ @media (max-width: @mobile_breakpoint) { z-index: 3; flex-direction: column-reverse; + align-items: flex-start; .control-sep { opacity: 0; diff --git a/src/styles/user-button.less b/src/styles/user-button.less index 1cc81ab..31298e4 100644 --- a/src/styles/user-button.less +++ b/src/styles/user-button.less @@ -7,7 +7,9 @@ } .user-bar-guest { // width: 168px; - width: 158px; + @media (min-width: @mobile_breakpoint) { + width: 158px; + } } .user-button {