This file ( 466B ) exceeds the allowed full mode (48 kb) size.
The editor full hight is disabled, only scrolling is allowed..
If you wish to edit a file, it is recommended to use the scroll mode as some users do not like the full height
mode, although some users like it.
// highlight.js themes - shared by markdown and blame
// Import without .css extension so Sass inlines them into nested selectors
.p3x-gitlist-light {
@import '../../../node_modules/highlight.js/styles/github';
}
.p3x-gitlist-dark {
@import '../../../node_modules/highlight.js/styles/github-dark';
}
// Blame view - override hljs background to be transparent
.p3x-gitlist-file-fragment-text.hljs {
background: transparent !important;
padding: 0;
}