mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update dlna profiles
This commit is contained in:
parent
66a896e13d
commit
232f5dba67
8 changed files with 28 additions and 75 deletions
|
@ -170,7 +170,7 @@
|
|||
background: rgba(0, 0, 0, .75);
|
||||
left: 0;
|
||||
color: #eee;
|
||||
padding: 5px 0 0 0;
|
||||
padding: 6px 0 2px 0;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
background-size: 100%;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
width: 26px;
|
||||
width: 28px;
|
||||
height: 100%;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
|
@ -31,6 +31,8 @@
|
|||
|
||||
.btnCast {
|
||||
white-space: nowrap;
|
||||
position: relative;
|
||||
top: 1px !important;
|
||||
}
|
||||
|
||||
.headerSelectedPlayer {
|
||||
|
|
|
@ -13,15 +13,22 @@
|
|||
}
|
||||
|
||||
.headerBackButton {
|
||||
padding-right: 0 !important;
|
||||
padding-right: 5px !important;
|
||||
}
|
||||
|
||||
.viewMenuBar, .barsMenuButton, .libraryMenuButtonText, .btnCast {
|
||||
.headerButton {
|
||||
height: 50px;
|
||||
line-height: 50px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.barsMenuButton, .libraryMenuButtonText, .btnCast {
|
||||
line-height: 50px;
|
||||
.headerUserImage {
|
||||
background-size: contain;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
border-radius: 1000px;
|
||||
vertical-align: middle;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.viewMenuBar .fa {
|
||||
|
@ -32,7 +39,6 @@
|
|||
|
||||
.headerButton {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background-color: transparent;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
|
@ -57,10 +63,6 @@
|
|||
padding: 0 15px;
|
||||
}
|
||||
|
||||
.headerButtonLeft:first-child {
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
.menuArrow {
|
||||
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAbklEQ…yGDxkLaBtENI9kPMk0gaoW0Dyj0aWowFLYNYzWB6MWMAAAq1H3+Mhu2hQAAAAASUVORK5CYII=);
|
||||
height: 24px;
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
text-decoration: none !important;
|
||||
vertical-align: middle;
|
||||
border-radius: 1000px;
|
||||
padding: 5px 10px;
|
||||
padding: 6px 10px 5px;
|
||||
text-align: center;
|
||||
text-decoration: none !important;
|
||||
-moz-user-select: none;
|
||||
|
@ -15,6 +15,7 @@
|
|||
color: #fff;
|
||||
font-size: 13px;
|
||||
font-weight: normal;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.levelNormal {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue