Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Impeqq/Messenger
Browse files Browse the repository at this point in the history
  • Loading branch information
Impeqq committed Nov 19, 2021
2 parents 9caa1ad + 1daa7ae commit 0fb8f98
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions frontend/src/ui/organisms/header/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,11 @@
height: 25px;
margin-right: 20px;
position: relative;
display: none;

@include respond-max(sm) {
display: block;
}

@include respond-max(xs) {
width: 20px;
Expand Down

0 comments on commit 0fb8f98

Please sign in to comment.