mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
change header icons to jqm buttons
This commit is contained in:
parent
68ab3acc3e
commit
946f2ff98e
4 changed files with 44 additions and 30 deletions
|
@ -26,6 +26,7 @@
|
|||
z-index: 1000;
|
||||
top: 0;
|
||||
border-bottom: 1px solid #111;
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
.viewMenuLink {
|
||||
|
@ -502,6 +503,13 @@ a.itemTag:hover {
|
|||
max-width: 100%;
|
||||
}
|
||||
|
||||
@media all and (max-width: 550px) {
|
||||
|
||||
.desktopViewMenuLink {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-width: 600px) {
|
||||
.inlineDetailSection:not(.hide) {
|
||||
display: inline-block;
|
||||
|
@ -522,6 +530,10 @@ a.itemTag:hover {
|
|||
|
||||
@media all and (max-width: 750px) {
|
||||
|
||||
.editorMenuLink {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.itemBackdrop {
|
||||
background-image: none!important;
|
||||
height: auto;
|
||||
|
|
|
@ -47,6 +47,7 @@
|
|||
overflow: hidden;
|
||||
font-size: 12px;
|
||||
color: #fff;
|
||||
font-weight: normal !important;
|
||||
}
|
||||
|
||||
.searchHintSecondaryText {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue