1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Fix stylelint issues

This commit is contained in:
Bill Thornton 2024-11-21 13:54:01 -05:00
parent 06f2c226e1
commit edacbb6c32

View file

@ -23,17 +23,21 @@ h3 {
}
.textarea-mono {
font-family: ui-monospace,
Menlo, Monaco,
"Cascadia Mono", "Segoe UI Mono",
font-family:
ui-monospace,
Menlo,
Monaco,
"Cascadia Mono",
"Segoe UI Mono",
"Roboto Mono",
"Oxygen Mono",
"Ubuntu Mono",
"Source Code Pro",
"Fira Mono",
"Droid Sans Mono",
"Consolas", "Courier New", monospace
!important;
"Consolas",
"Courier New",
monospace !important;
}
.layout-tv {