mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix scanning of new libraries
This commit is contained in:
parent
8f2be32159
commit
f08a9d3170
3 changed files with 9 additions and 8 deletions
|
@ -90,17 +90,18 @@ h1, h2, h3 {
|
|||
margin-top: 1em;
|
||||
}
|
||||
|
||||
h1, h1 a {
|
||||
font-weight: 300 !important;
|
||||
font-size: 24px;
|
||||
}
|
||||
h1 {
|
||||
font-weight: normal !important;
|
||||
font-size: 24px;
|
||||
opacity: .7;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-weight: 400;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-weight: 400;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
a, a:active, a:hover {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue