diff --git a/view/css/main.css b/view/css/main.css index 0a29012d6062..2f96a76bf029 100644 --- a/view/css/main.css +++ b/view/css/main.css @@ -2061,5 +2061,4 @@ body.ypt-is-compressed #videoCol { .displayJsonAsHtml .panel .panel-body{ padding: 3px 6px; -} - +} \ No newline at end of file diff --git a/view/managerVideos_body.php b/view/managerVideos_body.php index 3aa2b211f2bd..422412a670ff 100644 --- a/view/managerVideos_body.php +++ b/view/managerVideos_body.php @@ -132,6 +132,23 @@ .typeLabels span { width: 100% !important; } + + body.youtube .bootgrid-table { + table-layout: auto; + } + + body.compact .hideIfCompact { + display: none; + } + + body.compact .scrollIfCompact { + max-height: 90px; + overflow-y: scroll; + } + + body.compact #grid img { + max-height: 50px !important; + }