mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-18 06:03:38 +09:00
CSS conflicts fixed
This commit is contained in:
@@ -102,6 +102,12 @@ div.uimob340 .um-profile-photo {
|
||||
left: 0;
|
||||
}
|
||||
|
||||
div.uimob340 .um-header.no-cover .um-profile-photo {
|
||||
position: static;
|
||||
top: auto;
|
||||
left: auto;
|
||||
}
|
||||
|
||||
div.uimob340 .um-profile-photo a.um-profile-photo-img {
|
||||
width: 100px !important;
|
||||
height: 100px !important;
|
||||
@@ -113,13 +119,20 @@ div.uimob340 .um-profile-photo a.um-profile-photo-img {
|
||||
left: auto !important;
|
||||
}
|
||||
|
||||
div.uimob340 .um-header.no-cover .um-profile-photo a.um-profile-photo-img {
|
||||
width: 120px !important;
|
||||
height: 120px !important;
|
||||
}
|
||||
|
||||
div.uimob340 .um-header .um-profile-meta {
|
||||
padding-left: 0 !important;
|
||||
padding-right: 0 !important;
|
||||
text-align: center !important;
|
||||
padding-top: 70px !important;
|
||||
padding-top: 60px !important;
|
||||
}
|
||||
|
||||
div.uimob340 .um-header.no-cover .um-profile-meta {padding-top: 0 !important}
|
||||
|
||||
div.uimob340 .um-header .um-name {
|
||||
float: none !important;
|
||||
margin-right: 0 !important;
|
||||
@@ -280,6 +293,12 @@ div.uimob500 .um-profile-photo {
|
||||
left: 0;
|
||||
}
|
||||
|
||||
div.uimob500 .um-header.no-cover .um-profile-photo {
|
||||
position: static;
|
||||
top: auto;
|
||||
left: auto;
|
||||
}
|
||||
|
||||
div.uimob500 .um-profile-photo a.um-profile-photo-img {
|
||||
width: 100px !important;
|
||||
height: 100px !important;
|
||||
@@ -291,13 +310,20 @@ div.uimob500 .um-profile-photo a.um-profile-photo-img {
|
||||
left: auto !important;
|
||||
}
|
||||
|
||||
div.uimob500 .um-header.no-cover .um-profile-photo a.um-profile-photo-img {
|
||||
width: 120px !important;
|
||||
height: 120px !important;
|
||||
}
|
||||
|
||||
div.uimob500 .um-header .um-profile-meta {
|
||||
padding-left: 0 !important;
|
||||
padding-right: 0 !important;
|
||||
text-align: center !important;
|
||||
padding-top: 70px !important;
|
||||
padding-top: 60px !important;
|
||||
}
|
||||
|
||||
div.uimob500 .um-header.no-cover .um-profile-meta {padding-top: 0 !important}
|
||||
|
||||
div.uimob500 .um-header .um-name {
|
||||
float: none !important;
|
||||
margin-right: 0 !important;
|
||||
@@ -445,6 +471,10 @@ div.uimob800 .um-profile-photo a.um-profile-photo-img {
|
||||
top: -70px !important;
|
||||
}
|
||||
|
||||
div.uimob800 .um-header.no-cover .um-profile-photo a.um-profile-photo-img {
|
||||
top: auto !important;
|
||||
}
|
||||
|
||||
div.uimob800 .um-header .um-profile-meta {
|
||||
padding-left: 200px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user