1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

fix categories

This commit is contained in:
Luke Pulverenti 2016-09-28 03:51:58 -04:00
parent 6baeb0095d
commit d43c5874f2

View file

@ -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 {