diff --git a/plugins/dbaudio/styles.css b/plugins/dbaudio/styles.css index 40f71fe..7903651 100644 --- a/plugins/dbaudio/styles.css +++ b/plugins/dbaudio/styles.css @@ -19,6 +19,7 @@ table { outline: black 2px outset; border-top: #8b8b8b 2px solid; border-left: #8b8b8b 2px solid; + min-width: 100px; } .dark-button { background: linear-gradient(0deg, #0e0e0e, #282828); @@ -94,3 +95,14 @@ h4 { border-left: #772b26 2px solid; background-image: url('muteicon-mute.png'), linear-gradient(0deg, #b52714, #c4473e); } + +@media screen and (min-width: 0px) and (max-width: 450px) { + .hide-medium { + display: none; + } +} +@media screen and (min-width: 0px) and (max-width: 300px) { + .hide-small { + display: none; + } +} diff --git a/plugins/dbaudio/template.ejs b/plugins/dbaudio/template.ejs index b3afd3a..8eb175d 100644 --- a/plugins/dbaudio/template.ejs +++ b/plugins/dbaudio/template.ejs @@ -8,13 +8,13 @@