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