revert back does't gowell on smaller screen and reduce font size
This commit is contained in:
parent
5a41d706c5
commit
b051caa8a9
2 changed files with 3 additions and 12 deletions
|
@ -752,11 +752,6 @@
|
||||||
font-weight: 600
|
font-weight: 600
|
||||||
}
|
}
|
||||||
|
|
||||||
.listViewUserDataButtons {
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.recordingProgressBar::-moz-progress-bar {
|
.recordingProgressBar::-moz-progress-bar {
|
||||||
background-color: #c33
|
background-color: #c33
|
||||||
}
|
}
|
||||||
|
@ -788,8 +783,8 @@
|
||||||
@media all and (max-width:75em) {
|
@media all and (max-width:75em) {
|
||||||
.listViewUserDataButtons {
|
.listViewUserDataButtons {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
align-items: center;
|
||||||
font-size: 85%;
|
font-size: 65%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -470,12 +470,8 @@ define(['itemHelper', 'mediaInfo', 'indicators', 'connectionManager', 'layoutMan
|
||||||
if (!options.recordButton && (item.Type === 'Timer' || item.Type === 'Program')) {
|
if (!options.recordButton && (item.Type === 'Timer' || item.Type === 'Program')) {
|
||||||
html += indicators.getTimerIndicator(item).replace('indicatorIcon', 'indicatorIcon listItemAside');
|
html += indicators.getTimerIndicator(item).replace('indicatorIcon', 'indicatorIcon listItemAside');
|
||||||
}
|
}
|
||||||
if (item.Type === 'Episode') {
|
|
||||||
html += '<div class="listViewUserDataButtons">';
|
|
||||||
} else {
|
|
||||||
html += '<div class="flex align-items-center">';
|
|
||||||
}
|
|
||||||
|
|
||||||
|
html += '<div class="listViewUserDataButtons">';
|
||||||
|
|
||||||
if (!clickEntireItem) {
|
if (!clickEntireItem) {
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue