2024-03-25 17:50:58 -04:00
|
|
|
@tailwind base;
|
|
|
|
|
@tailwind components;
|
|
|
|
|
@tailwind utilities;
|
2024-05-04 15:04:40 -04:00
|
|
|
|
|
|
|
|
@supports (scrollbar-gutter: stable) {
|
|
|
|
|
html {
|
|
|
|
|
scrollbar-gutter: stable
|
|
|
|
|
}
|
|
|
|
|
}
|
2024-10-26 23:06:29 -04:00
|
|
|
|
|
|
|
|
.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;
|
|
|
|
|
}
|