mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
FIX: Mobile user profile
This commit is contained in:
parent
9c92a491b5
commit
123f50cd71
1 changed files with 6 additions and 6 deletions
|
@ -261,7 +261,7 @@
|
|||
|
||||
.details {
|
||||
padding: 15px 15px 4px 15px;
|
||||
background-color: rgba($primary, .9);
|
||||
background-color: dark-light-choose(rgba($primary, .9), rgba($secondary, .9));
|
||||
|
||||
h1 {
|
||||
font-size: 2.143em;
|
||||
|
@ -306,7 +306,7 @@
|
|||
width: 100%;
|
||||
position: relative;
|
||||
float: left;
|
||||
color: dark-light-diff($secondary, $primary, 75%, 0%);
|
||||
color: dark-light-choose(scale-color($secondary, $lightness: 75%), choose-grey(90%));
|
||||
|
||||
h1 {font-weight: bold;}
|
||||
|
||||
|
@ -362,14 +362,14 @@
|
|||
}
|
||||
.secondary { display: none; }
|
||||
|
||||
.profile-image {
|
||||
height: 0;
|
||||
}
|
||||
.profile-image {
|
||||
height: 0;
|
||||
}
|
||||
|
||||
.details {
|
||||
padding: 12px 15px 2px 15px;
|
||||
margin-top: 0;
|
||||
background: rgba($primary, 1);
|
||||
background: dark-light-choose(rgba($primary, 1), choose-grey(5%));
|
||||
.bio { display: none; }
|
||||
|
||||
.primary {
|
||||
|
|
Loading…
Reference in a new issue