mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
Fit closer to Bootstrap layout sizes
This commit is contained in:
@@ -203,7 +203,7 @@ $(function(){
|
||||
});
|
||||
|
||||
$(document).ready(function () {
|
||||
if (screen.width < 400) {
|
||||
if (screen.width < 576) {
|
||||
$(".input-group-btn").css("display", "initial");
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user