From 910c1a81d65031d2809fe14c4e41cbcde43b6741 Mon Sep 17 00:00:00 2001 From: Andreas N Date: Thu, 12 Feb 2015 17:44:07 +0100 Subject: [PATCH] I heard you like importants in media queries so I put an important in your media query --- app/assets/stylesheets/scss/navbar.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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