mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
FIX: User profile collpased header (again)
This commit is contained in:
parent
320e4a83ac
commit
0ae9d99308
1 changed files with 1 additions and 1 deletions
|
@ -395,7 +395,7 @@
|
|||
.details {
|
||||
padding: 12px 15px 2px 15px;
|
||||
margin-top: 0;
|
||||
background: dark-light-choose(rgba($primary, 1), scale-color($secondary, $lightness: 40%));
|
||||
background: dark-light-choose(rgba($primary, 1), scale-color($secondary, $lightness: 15%));
|
||||
.bio { display: none; }
|
||||
|
||||
.primary {
|
||||
|
|
Loading…
Reference in a new issue