Update receiver.css

Change height of model preview to align aux channel without blank spaces
10.3.x-maintenance
TheAngularity 2016-07-09 17:51:50 +02:00 committed by GitHub
parent 44ea19eab1
commit f18953badd
1 changed files with 1 additions and 1 deletions

View File

@ -436,7 +436,7 @@
.tab-receiver .model_preview_cell { .tab-receiver .model_preview_cell {
position: relative; position: relative;
width: 100%; width: 100%;
height: 220px; height: 180px;
} }
.tab-receiver .model_preview { .tab-receiver .model_preview {