mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
music progress and search placeholder
This commit is contained in:
parent
69b9c9c379
commit
6f1e4d2863
9 changed files with 114 additions and 57 deletions
|
@ -125,6 +125,15 @@ pre, textarea.pre {
|
|||
right: 10px;
|
||||
}
|
||||
|
||||
.headerSearch {
|
||||
display: none;
|
||||
margin-right: 2em;
|
||||
}
|
||||
|
||||
.headerSearch input {
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
.header .imageLink {
|
||||
display: inline-block;
|
||||
}
|
||||
|
@ -265,6 +274,10 @@ form, .readOnlyContent {
|
|||
|
||||
@media all and (min-width: 650px) {
|
||||
|
||||
.headerSearch {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.imgLogoIcon {
|
||||
height: 50px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue