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
1a1efc1646
commit
9a59fa6f70
32 changed files with 399 additions and 248 deletions
Binary file not shown.
Before Width: | Height: | Size: 72 KiB After Width: | Height: | Size: 6.5 KiB |
|
@ -537,6 +537,10 @@ a.itemTag:hover {
|
|||
padding: 0 1em;
|
||||
}
|
||||
|
||||
.mobileDetailButtons {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.libraryPage ::-webkit-scrollbar {
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
|
@ -722,11 +726,11 @@ a.itemTag:hover {
|
|||
margin-top: 0;
|
||||
}
|
||||
|
||||
.mobileOverview, .mobileGenres {
|
||||
.mobileOverview, .mobileGenres, .mobileDetailButtons {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.desktopOverview, .desktopGenres {
|
||||
.desktopOverview, .desktopGenres, .desktopDetailButtons {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
|
|
@ -327,7 +327,7 @@ h1 .imageLink {
|
|||
}
|
||||
|
||||
.appLinks img {
|
||||
height: 30px;
|
||||
height: 32px;
|
||||
}
|
||||
|
||||
.activeDevicesCollapsible .ui-collapsible-content {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue