- gitlist.git
- src
- browser
- less
- markdown.less
This file ( 572B ) 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.
pre > code {
display: block;
padding: 8px;
}
.p3x-gitlist-light {
pre > code {
background-color: rgba(0, 0, 0, 0.01) !important;
}
@import (less) '../../../node_modules/highlight.js/styles/github.css';
}
.p3x-gitlist-dark {
@import (less) '../../../node_modules/highlight.js/styles/github-dark.css';
}
#p3x-gitlist-readme, .p3x-gitlist-readme {
pre {
padding: 0;
}
}
.p3x-gitlist-markdown-clear-fix {
pre, code {
padding: 0;
border: none;
margin: 0;
text-align: left;
}
}