mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-19 22:54:03 +09:00
Content Restriction
This commit is contained in:
@@ -65,9 +65,9 @@
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.um-account-meta img {
|
||||
border-radius: 999px;
|
||||
}
|
||||
.um-account-meta.radius-1 img { border-radius: 999px }
|
||||
.um-account-meta.radius-2 img { border-radius: 4px }
|
||||
.um-account-meta.radius-3 img { border-radius: 0 }
|
||||
|
||||
.um-account-name a {
|
||||
font-weight: bold;
|
||||
|
||||
@@ -170,7 +170,6 @@
|
||||
|
||||
.um-member-photo img {
|
||||
display: inline !important;
|
||||
border-radius: 999px !important;
|
||||
border: 5px solid #fff;
|
||||
background: #fff;
|
||||
width: 140px;
|
||||
@@ -186,6 +185,10 @@
|
||||
margin-bottom: -45px !important;
|
||||
}
|
||||
|
||||
.um-member-photo.radius-1 img { border-radius: 999px !important }
|
||||
.um-member-photo.radius-2 img { border-radius: 4px !important }
|
||||
.um-member-photo.radius-3 img { border-radius: 0 !important }
|
||||
|
||||
/*
|
||||
- Member name
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user