diff --git a/app/assets/stylesheets/scss/navbar.scss b/app/assets/stylesheets/scss/navbar.scss index 6f8dcdeb..8890e6ad 100644 --- a/app/assets/stylesheets/scss/navbar.scss +++ b/app/assets/stylesheets/scss/navbar.scss @@ -121,6 +121,8 @@ padding-bottom: 16px !important; } -.profile--image-dropdown .visible-xs { - display: inline-block !important; +@media (max-width: $screen-xs-max) { + .profile--image-dropdown > .visible-xs { + display: inline-block !important; + } } \ No newline at end of file