Build 2602261717: master invite policy and self-service invite controls
This commit is contained in:
@@ -4899,6 +4899,20 @@ textarea {
|
||||
}
|
||||
|
||||
/* Profile self-service invite management */
|
||||
.profile-tabbar {
|
||||
display: flex;
|
||||
justify-content: flex-start;
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
.profile-tab-panel {
|
||||
margin-top: 2px;
|
||||
}
|
||||
|
||||
.profile-security-form {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.profile-invites-section {
|
||||
display: grid;
|
||||
gap: 12px;
|
||||
@@ -4906,7 +4920,7 @@ textarea {
|
||||
|
||||
.profile-invites-layout {
|
||||
display: grid;
|
||||
grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
|
||||
grid-template-columns: minmax(320px, 0.85fr) minmax(0, 1.15fr);
|
||||
gap: 14px;
|
||||
align-items: start;
|
||||
}
|
||||
@@ -4941,6 +4955,20 @@ textarea {
|
||||
color: #d8e2ef;
|
||||
}
|
||||
|
||||
.profile-invite-master-banner code {
|
||||
color: #e6eefb;
|
||||
}
|
||||
|
||||
.user-bulk-group-meta {
|
||||
display: grid;
|
||||
gap: 4px;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.user-bulk-group-meta strong {
|
||||
color: #e7edf6;
|
||||
}
|
||||
|
||||
@media (max-width: 980px) {
|
||||
.profile-invites-layout {
|
||||
grid-template-columns: 1fr;
|
||||
|
||||
Reference in New Issue
Block a user