mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update select server
This commit is contained in:
parent
3165df56e2
commit
f0f5c26a2c
9 changed files with 119 additions and 154 deletions
|
@ -525,6 +525,11 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
|||
.primaryDetailsContainer {
|
||||
float: left;
|
||||
padding: .75em 0 0 1.5em;
|
||||
width: 68%;
|
||||
}
|
||||
|
||||
.portraitDetailImageContainer + .primaryDetailsContainer {
|
||||
width: 75%;
|
||||
}
|
||||
|
||||
.parentName {
|
||||
|
@ -557,9 +562,21 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
|||
|
||||
@media all and (max-width: 1000px) {
|
||||
|
||||
.primaryDetailsContainer {
|
||||
width: 64%;
|
||||
}
|
||||
|
||||
.portraitDetailImageContainer + .primaryDetailsContainer {
|
||||
width: 72%;
|
||||
}
|
||||
|
||||
.detailImageContainer img {
|
||||
max-width: 240px;
|
||||
}
|
||||
|
||||
.portraitDetailImageContainer img {
|
||||
max-width: 180px;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (max-width: 800px) {
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
/*
|
||||
Plugin updates Page
|
||||
*/
|
||||
#pluginUpdatesForm table {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#pluginUpdatesForm td + td {
|
||||
text-align: center;
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue