diff --git a/app/assets/stylesheets/common/base/header.scss b/app/assets/stylesheets/common/base/header.scss index 502ffe5a62f..661f2f159b4 100644 --- a/app/assets/stylesheets/common/base/header.scss +++ b/app/assets/stylesheets/common/base/header.scss @@ -27,7 +27,6 @@ #site-logo { max-height: 40px; - max-width: 122px; } .fa-home { diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index 2324a902541..2bb97f82d64 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -248,7 +248,7 @@ nav.post-controls { .embedded-posts { h1, h2, h3 {margin: 10px 0;} - a.mention {background: scale-color-diff();} + a.mention {background: darken(scale-color-diff(), 10%);} &.bottom { &.hidden {display: block; opacity: 0; } @@ -680,7 +680,7 @@ blockquote { /* solo quotes */ margin: 0; padding: 12px; - a.mention {background: scale-color-diff();} + a.mention {background: darken(scale-color-diff(), 10%);} p:first-of-type {margin-top: 0;} p:last-of-type {margin-bottom: 0;} } diff --git a/app/assets/stylesheets/mobile/header.scss b/app/assets/stylesheets/mobile/header.scss index 8ec4f4292be..d99934917c9 100644 --- a/app/assets/stylesheets/mobile/header.scss +++ b/app/assets/stylesheets/mobile/header.scss @@ -6,6 +6,10 @@ padding-left: 10px !important; padding-right: 10px !important; + #site-logo { + max-width: 122px; + } + a.star {float: left;} .panel {