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:
parent
06f2c226e1
commit
edacbb6c32
1 changed files with 9 additions and 5 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue