mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
add https port to config object
This commit is contained in:
parent
1c9f16a68d
commit
537fdc5e11
@ -45,7 +45,7 @@
|
||||
}
|
||||
|
||||
.cardBox {
|
||||
margin: 4px;
|
||||
margin: 3px;
|
||||
}
|
||||
|
||||
.grayscale {
|
||||
@ -54,13 +54,6 @@
|
||||
filter: grayscale(100%);
|
||||
}
|
||||
|
||||
@media all and (max-width: 800px) {
|
||||
|
||||
.cardBox {
|
||||
margin: 0 2px;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (max-width: 600px) {
|
||||
|
||||
.cardBox {
|
||||
|
Loading…
Reference in New Issue
Block a user