mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix artist editor
This commit is contained in:
parent
3a5dad0e64
commit
8fc34293c7
16 changed files with 221 additions and 68 deletions
|
@ -221,8 +221,9 @@
|
|||
}
|
||||
|
||||
.btnSelectDate {
|
||||
color: #fff;
|
||||
padding-left: .5em;
|
||||
text-transform: none;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.channelHeaderCell {
|
||||
|
@ -234,10 +235,6 @@
|
|||
|
||||
@media all and (max-width: 800px) {
|
||||
|
||||
.guideCurrentDay {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.newTvProgram, .liveTvProgram, .premiereTvProgram, .guideHdIcon {
|
||||
display: none;
|
||||
}
|
||||
|
@ -267,7 +264,7 @@
|
|||
}
|
||||
|
||||
.timeslotHeader, .channelTimeslotHeader {
|
||||
height: 3.5em;
|
||||
height: 3em;
|
||||
}
|
||||
|
||||
.pointerInput .channelHeaderCell:hover {
|
||||
|
@ -402,3 +399,10 @@
|
|||
-webkit-border-radius: 2px;
|
||||
background: #888 no-repeat center;
|
||||
}
|
||||
|
||||
.guideOptions {
|
||||
color: #eee;
|
||||
flex-shrink: 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue