mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix categories
This commit is contained in:
parent
6baeb0095d
commit
d43c5874f2
1 changed files with 7 additions and 6 deletions
|
@ -370,17 +370,18 @@
|
||||||
|
|
||||||
.channelsContainer {
|
.channelsContainer {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btnCategories {
|
.btnCategories {
|
||||||
margin: 0 .3em !important;
|
margin: 0 .3em 0 .5em !important;
|
||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
background: rgba(40, 40, 40, .9);
|
background: rgba(40, 40, 40, .9);
|
||||||
border-radius: 0 !important;
|
border-radius: 0 !important;
|
||||||
width: 2.8em;
|
width: 2.6em;
|
||||||
font-weight: normal !important;
|
font-weight: normal !important;
|
||||||
align-items: flex-start;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btnCategoriesText {
|
.btnCategoriesText {
|
||||||
|
@ -389,10 +390,10 @@
|
||||||
transform-origin: left;
|
transform-origin: left;
|
||||||
margin-left: 1.2em;
|
margin-left: 1.2em;
|
||||||
letter-spacing: .25em;
|
letter-spacing: .25em;
|
||||||
/*position: fixed;
|
position: absolute;
|
||||||
top: 20%;*/
|
top: 0;
|
||||||
|
margin-top: 1em;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
margin-top: -10em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.channelList {
|
.channelList {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue