diff --git a/app/assets/stylesheets/thredded-overrides.scss b/app/assets/stylesheets/thredded-overrides.scss index 465d1297..2213a875 100644 --- a/app/assets/stylesheets/thredded-overrides.scss +++ b/app/assets/stylesheets/thredded-overrides.scss @@ -2,12 +2,20 @@ #thredded--container { #q /* search input */ { - height: 19px; padding-left: 16px; } + @media only screen and (min-width: 600px) { + #q /* search input */ { + height: 19px; + } + } + .thredded--navigation-breadcrumbs { + margin-top: 0.4em; + padding-left: 0.1em; overflow: hidden; + min-height: 5em; max-height: 60px; li a { @@ -32,6 +40,12 @@ } } + @media only screen and (max-width: 600px) { + .thredded--user-navigation { + margin: 0; + } + } + .thredded--post--user { color: black; @@ -111,9 +125,15 @@ background: white; margin-bottom: 4rem; - height: 3rem; line-height: 3rem; } + + + @media only screen and (min-width: 600px) { + nav { + height: 3rem; + } + } } .thredded--topic-header {