1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

fixes #1537 - [Feature Request] Provide option to select which interface(s) to bind to

This commit is contained in:
Luke Pulverenti 2016-06-07 15:46:55 -04:00
parent 78d18d058c
commit 0750007cfe
7 changed files with 92 additions and 52 deletions

View file

@ -123,6 +123,7 @@
.headerButtonRight {
border-width: 0 !important;
display: inline-block;
flex-shrink: 0;
}
.headerButtonRight:first-child {

View file

@ -84,6 +84,7 @@
.mediaButton.remoteControlButton, .mediaButton.muteButton, .mediaButton.unmuteButton {
height: 26px;
width: 26px;
}
.nowPlayingDoubleText {
@ -127,6 +128,7 @@
.toggleRepeatButton {
height: 32px;
width: 32px;
}
.repeatActive {

View file

@ -651,7 +651,7 @@ progress {
.supporterPromotion:not(.inlineSupporterPromotion) {
position: absolute;
top: 70px;
top: 110px;
right: 20px;
margin: 0;
}