fix: handle errors and fix api logic with acl updating

This commit is contained in:
Aarnav Tale 2024-10-26 23:06:29 -04:00
parent d1fa76971b
commit a8abd37e3a
No known key found for this signature in database
7 changed files with 394 additions and 242 deletions

View file

@ -7,3 +7,24 @@
scrollbar-gutter: stable
}
}
.cm-merge-theme {
height: 100% !important;
}
.cm-mergeView {
height: 100% !important;
}
.cm-mergeViewEditors {
height: 100%;
}
.cm-mergeViewEditor {
height: 100% !important;
}
/* Weirdest class name characters but ok */
.cm-mergeView .ͼ1 .cm-scroller, .cm-mergeView .ͼ1 {
height: 100% !important;
}