diff --git a/plugins/shure/styles.css b/plugins/shure/styles.css index ccc51c5..059175d 100644 --- a/plugins/shure/styles.css +++ b/plugins/shure/styles.css @@ -25,6 +25,8 @@ table td { width: 20px; height: 90px; margin: 0px auto; + margin-top: 5px; + margin-bottom: 5px; border-radius: 7px; border: #111 1px solid; diff --git a/plugins/shure/template.ejs b/plugins/shure/template.ejs index cdae973..3698419 100644 --- a/plugins/shure/template.ejs +++ b/plugins/shure/template.ejs @@ -3,7 +3,7 @@
| <%= i %> | @@ -19,21 +19,21 @@ class="bar" style="height: <%= 90- ((ch.rx_rf_lvl + 90) * 2) %>"> - <%= ch.rx_rf_lvl %>
audio
- <%= ch.audio_lvl %> dBFS + <%= ch.audio_lvl %> dBFS |
gain
- <%= ch.audio_gain %> dB + <%= ch.audio_gain %> dB |
||