2022-10-28 13:40:50 +00:00
|
|
|
.monaco-editor-container,
|
|
|
|
.editor-loading.is-loading {
|
2021-04-08 09:53:00 +00:00
|
|
|
width: 100%;
|
|
|
|
min-height: 200px;
|
|
|
|
height: 90vh;
|
|
|
|
}
|
|
|
|
|
|
|
|
.edit.githook .monaco-editor-container {
|
|
|
|
border: 1px solid var(--color-secondary);
|
|
|
|
height: 70vh;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* overwrite conflicting styles from fomantic */
|
|
|
|
.monaco-editor-container .inputarea {
|
|
|
|
min-height: 0 !important;
|
|
|
|
margin: 0 !important;
|
|
|
|
padding: 0 !important;
|
|
|
|
resize: none !important;
|
|
|
|
border: none !important;
|
|
|
|
color: transparent !important;
|
|
|
|
background-color: transparent !important;
|
|
|
|
}
|
|
|
|
|
2024-04-29 20:53:15 +00:00
|
|
|
.monaco-editor,
|
|
|
|
.monaco-editor .overflow-guard {
|
2024-07-14 23:22:48 +00:00
|
|
|
border-radius: 0 0 var(--border-radius) var(--border-radius);
|
2021-04-08 09:53:00 +00:00
|
|
|
}
|
2023-04-26 05:31:50 +00:00
|
|
|
|
|
|
|
/* fomantic styles destroy this element only visible on IOS, restore it */
|
|
|
|
.monaco-editor .iPadShowKeyboard {
|
|
|
|
border: none !important;
|
|
|
|
width: 58px !important;
|
|
|
|
min-width: 0 !important;
|
|
|
|
height: 36px !important;
|
|
|
|
min-height: 0 !important;
|
|
|
|
margin: 0 !important;
|
|
|
|
padding: 0 !important;
|
|
|
|
position: absolute !important;
|
|
|
|
resize: none !important;
|
|
|
|
overflow: hidden !important;
|
2023-08-28 19:43:59 +00:00
|
|
|
border-radius: var(--border-radius-medium) !important;
|
2023-04-26 05:31:50 +00:00
|
|
|
}
|