mirror of
https://github.com/discourse/discourse.git
synced 2025-01-18 18:42:45 +08:00
tighten up mobile profile image size
This commit is contained in:
parent
2ab901bec4
commit
c9d19c9462
|
@ -67,9 +67,8 @@
|
|||
}
|
||||
|
||||
.profile-image {
|
||||
height: 150px;
|
||||
height: 25px;
|
||||
width: 100%;
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
|
||||
|
@ -209,8 +208,7 @@
|
|||
}
|
||||
|
||||
.about {
|
||||
background-size: cover;
|
||||
background: dark-light-diff($primary, $secondary, 0%, -75%) center center;
|
||||
background: dark-light-diff($primary, $secondary, 0%, -75%) center;
|
||||
width: 100%;
|
||||
margin-bottom: 10px;
|
||||
overflow: hidden;
|
||||
|
|
Loading…
Reference in New Issue
Block a user