Spade
Mini Shell
| Directory:~$ /home/lmsyaran/public_html/joomla5/media/templates/administrator/atum/scss/vendor/ |
| [Home] [System Details] [Kill Me] |
// Codemirror
joomla-editor-codemirror.fullscreen {
top: 133px;
.cm-editor {
height: calc(90vh - 133px) !important;
}
@include media-breakpoint-down(sm) {
top: 54px;
z-index: 890;
.cm-editor {
height: 100vh !important;
}
}
}