From 8895b972d25e1b7975b0dbb2bcb81291710e0b09 Mon Sep 17 00:00:00 2001 From: Asizon <43983086+Asizon@users.noreply.github.com> Date: Sat, 3 Oct 2020 17:01:38 +0200 Subject: [PATCH] Some fixes --- src/css/tabs/receiver.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/css/tabs/receiver.css b/src/css/tabs/receiver.css index baf2ac8c..0a7733cd 100644 --- a/src/css/tabs/receiver.css +++ b/src/css/tabs/receiver.css @@ -9,9 +9,9 @@ } .tab-receiver .spacer { - padding-left: 18px; + padding-left: 10px; padding-right: 9px; - width: calc(100% - 18px); + width: calc(100% - 10px); } .tab-receiver input[type="number"]::-webkit-inner-spin-button { @@ -353,7 +353,6 @@ background-color: #ECECEC; border-top-right-radius: 3px; border-bottom-right-radius: 3px; - height; 203px; } .tab-receiver .plot_control .table { @@ -431,7 +430,7 @@ } .tab-receiver #RX_plot { - width: calc(100% - 188px); + width: calc(100% - 181px); height: 200px; }