From 47135e2bb8e80e2a09780228a489095cf1038e66 Mon Sep 17 00:00:00 2001 From: cTn Date: Sat, 20 Sep 2014 14:15:53 +0200 Subject: [PATCH] add small padding around svg image in mixer to make things look little bit better --- tabs/configuration.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tabs/configuration.css b/tabs/configuration.css index 640c0839..36bba919 100644 --- a/tabs/configuration.css +++ b/tabs/configuration.css @@ -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;