Update pid_tuning.css

Change height of model preview to align with tpa / tpa breakpoint; fixed bottom border from model preview
10.3.x-maintenance
TheAngularity 2016-07-09 18:00:01 +02:00 committed by GitHub
parent f18953badd
commit 863b54bf03
1 changed files with 1 additions and 3 deletions

View File

@ -589,8 +589,7 @@
.tab-pid_tuning .rates_preview_cell {
position: relative;
width: 100%;
height: 0;
padding-bottom: 100%;
height: 320px;
}
.tab-pid_tuning .rates_preview {
@ -606,5 +605,4 @@
margin-top: -1px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
height: 260px;
}