Fix TV layout
This commit is contained in:
parent
88d7f52ce7
commit
25b96643cf
4 changed files with 11 additions and 5 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue