add small padding around svg image in mixer to make things look little bit better
parent
e15d8ab060
commit
47135e2bb8
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue