add small padding around svg image in mixer to make things look little bit better

10.3.x-maintenance
cTn 2014-09-20 14:15:53 +02:00
parent e15d8ab060
commit 47135e2bb8
1 changed files with 4 additions and 2 deletions

View File

@ -28,8 +28,10 @@
.tab-configuration .mixerPreview img {
display: block;
width: 100%;
height: 100%;
width: calc(100% - 10px);
height: calc(100% - 10px);
padding: 5px;
border: 1px solid silver;
border-bottom: 0;