Hide "Query Types over Time" and "Forward Destinations over Time" graphs on too small screens

This commit is contained in:
DL6ER
2017-04-21 15:48:47 +02:00
parent 2d3452f04d
commit bc3ff69b3f
+3 -3
View File
@@ -1,4 +1,4 @@
<?php /*
<?php /*
* Pi-hole: A black hole for Internet advertisements
* (c) 2017 Pi-hole, LLC (https://pi-hole.net)
* Network-wide ad blocking via your own hardware.
@@ -89,7 +89,7 @@
// a password
if($auth){ ?>
<div class="row">
<div class="col-md-6">
<div class="hidden-xs hidden-sm col-md-6 col-lg-6">
<div class="box" id="query-types">
<div class="box-header with-border">
<h3 class="box-title">Query Types over Time</h3>
@@ -105,7 +105,7 @@
<!-- /.box-body -->
</div>
</div>
<div class="col-md-6">
<div class="hidden-xs hidden-sm col-md-6 col-lg-6">
<div class="box" id="forward-destinations">
<div class="box-header with-border">
<h3 class="box-title">Forward Destinations over Time</h3>