Add allowList tab
This commit is contained in:
@@ -68,6 +68,20 @@
|
||||
color: @cryptpad_text_col;
|
||||
}
|
||||
|
||||
// Access modal
|
||||
.cp-overlay-container {
|
||||
position: relative;
|
||||
.cp-overlay {
|
||||
position: absolute;
|
||||
background-color: rgba(255,255,255,0.5);
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// teams invite modal
|
||||
.cp-teams-invite-block {
|
||||
display: flex;
|
||||
|
||||
@@ -121,9 +121,6 @@
|
||||
}
|
||||
}
|
||||
&.list {
|
||||
.cp-usergrid-grid {
|
||||
display: block;
|
||||
}
|
||||
.cp-usergrid-user {
|
||||
width: auto;
|
||||
max-width: calc(100% - 6px);
|
||||
@@ -131,6 +128,7 @@
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
display: inline-flex;
|
||||
flex: unset;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user