mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update detail buttons
This commit is contained in:
parent
3b258484af
commit
5fafcb4ff5
4 changed files with 24 additions and 7 deletions
|
@ -286,7 +286,8 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
|||
}
|
||||
|
||||
.detailUserDataIcons {
|
||||
white-space: nowrap;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.detailImageContainer {
|
||||
|
@ -500,6 +501,7 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
|||
.mainDetailButtons button, .recordingFields button {
|
||||
margin-left: 0;
|
||||
margin-right: .5em;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.mainDetailButtons.hide + .recordingFields {
|
||||
|
@ -508,9 +510,15 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
|||
|
||||
.mainDetailButtons > .raised {
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
@media all and (min-width: 400px) {
|
||||
|
||||
.mainDetailButtons > .raised {
|
||||
padding-left: 1.5em;
|
||||
padding-right: 1.5em;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-width: 800px) {
|
||||
|
||||
|
|
|
@ -160,4 +160,13 @@
|
|||
|
||||
.nowPlayingVolumeSliderContainer {
|
||||
width: 6em;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
@media all and (max-width: 440px) {
|
||||
|
||||
.playlist .listItemMediaInfo {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue