From bc484338b4a7c746e0da50ab0a2a298f91cab770 Mon Sep 17 00:00:00 2001 From: Mcat12 Date: Mon, 30 Jan 2017 17:05:55 -0500 Subject: [PATCH] Fit closer to Bootstrap layout sizes --- scripts/pi-hole/js/list.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/pi-hole/js/list.js b/scripts/pi-hole/js/list.js index c23b8267..379a3148 100644 --- a/scripts/pi-hole/js/list.js +++ b/scripts/pi-hole/js/list.js @@ -203,7 +203,7 @@ $(function(){ }); $(document).ready(function () { - if (screen.width < 400) { + if (screen.width < 576) { $(".input-group-btn").css("display", "initial"); } else {