fix a little padding and background image weirdness on ios [ci skip]
This commit is contained in:
parent
f14907e64c
commit
70b28105e7
1 changed files with 5 additions and 1 deletions
|
|
@ -214,6 +214,10 @@
|
||||||
|
|
||||||
/* responsive */
|
/* responsive */
|
||||||
@media (max-width: 767px) {
|
@media (max-width: 767px) {
|
||||||
|
#profile {
|
||||||
|
background-size : 767px;
|
||||||
|
}
|
||||||
|
|
||||||
.profile-image-container {
|
.profile-image-container {
|
||||||
height : 100px;
|
height : 100px;
|
||||||
width : 100px;
|
width : 100px;
|
||||||
|
|
@ -225,7 +229,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#profile-header {
|
#profile-header {
|
||||||
padding-bottom : 20px;
|
padding : 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#wallpaper-upload,
|
#wallpaper-upload,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue