Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
This commit is contained in:
commit
cff663e876
@ -38,7 +38,7 @@ define([
|
|||||||
hideDuplicate: true
|
hideDuplicate: true
|
||||||
},
|
},
|
||||||
general: {
|
general: {
|
||||||
allowUserFeedback: true // XXX corner popup in settings?
|
allowUserFeedback: true
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@ -42,6 +42,12 @@
|
|||||||
.cp-app-contacts-container {
|
.cp-app-contacts-container {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
.cp-app-contacts-input {
|
||||||
|
textarea {
|
||||||
|
border: 0px;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
& > .cp-team-drive {
|
& > .cp-team-drive {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user