mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
10 lines
343 B
CSS
10 lines
343 B
CSS
/* Fallback, in case JS does not run, to ensure the code is at least visible */
|
|
.lang-markup script[type='text/plain'],
|
|
.language-markup script[type='text/plain'],
|
|
script[type='text/plain'].lang-markup,
|
|
script[type='text/plain'].language-markup {
|
|
display: block;
|
|
font: 100% Consolas, Monaco, monospace;
|
|
white-space: pre;
|
|
overflow: auto;
|
|
}
|