Fix TV layout

This commit is contained in:
Fernando Fernández 2020-07-06 19:44:04 +02:00
parent 88d7f52ce7
commit 25b96643cf
4 changed files with 11 additions and 5 deletions

View file

@ -178,6 +178,10 @@
width: 100%;
}
.layout-tv .sectionTabs {
width: 55%;
}
.selectedMediaFolder {
background-color: #f2f2f2 !important;
}
@ -280,6 +284,10 @@
.sectionTabs {
font-size: 83.5%;
}
.layout-tv .sectionTabs {
width: 100%;
}
}
@media all and (min-width: 100em) {