mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update translations
This commit is contained in:
parent
b26707208f
commit
0784ca7a0a
29 changed files with 331 additions and 183 deletions
|
@ -12,11 +12,11 @@
|
|||
margin: .5em 0;
|
||||
}
|
||||
|
||||
.viewMenuBar, .headerButton {
|
||||
.viewMenuBar, .barsMenuButton, .libraryMenuButtonText, .btnCast {
|
||||
height: 50px;
|
||||
}
|
||||
|
||||
.headerButton {
|
||||
.barsMenuButton, .libraryMenuButtonText, .btnCast {
|
||||
line-height: 50px;
|
||||
}
|
||||
|
||||
|
@ -35,12 +35,12 @@
|
|||
}
|
||||
|
||||
.headerButton img {
|
||||
height: 18px;
|
||||
height: 19px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.headerSearchButton img {
|
||||
height: 16px;
|
||||
height: 18px;
|
||||
}
|
||||
|
||||
.headerButtonLeft {
|
||||
|
@ -54,8 +54,8 @@
|
|||
|
||||
.headerButtonRight {
|
||||
border-width: 0 !important;
|
||||
float: left;
|
||||
padding: 0 15px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.headerButtonRight:first-child {
|
||||
|
@ -106,8 +106,8 @@
|
|||
left: 0;
|
||||
z-index: 1000;
|
||||
top: 0;
|
||||
background: #000;
|
||||
border-bottom: 1px solid #101010;
|
||||
background-image: linear-gradient(#262626,#111);
|
||||
border-bottom: 1px solid #111;
|
||||
border-top: 0;
|
||||
border-left: 0;
|
||||
border-right: 0;
|
||||
|
@ -116,23 +116,13 @@
|
|||
.libraryViewNav {
|
||||
height: 48px;
|
||||
overflow: hidden;
|
||||
border-bottom: 1px solid #222;
|
||||
position: fixed;
|
||||
right: 0;
|
||||
left: 0;
|
||||
top: 51px;
|
||||
z-index: 1000;
|
||||
background-color: #161616;
|
||||
}
|
||||
|
||||
@media all and (max-width: 460px) {
|
||||
.headerButtonLeft img {
|
||||
height: 15px;
|
||||
}
|
||||
|
||||
.btnCastImage {
|
||||
width: 26px !important;
|
||||
}
|
||||
background-image: linear-gradient(#1a1a1a,#1a1a1a);
|
||||
border-bottom: 1px solid #111;
|
||||
}
|
||||
|
||||
.viewMenuLink {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue