mirror of
https://github.com/pi-hole/web.git
synced 2025-12-24 20:55:28 +00:00
Don't hide detailed graphs on small screens any longer
This commit is contained in:
@@ -89,7 +89,7 @@
|
||||
// a password
|
||||
if($auth){ ?>
|
||||
<div class="row">
|
||||
<div class="hidden-xs hidden-sm col-md-12 col-lg-6">
|
||||
<div class="col-md-12 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="hidden-xs hidden-sm col-md-12 col-lg-6">
|
||||
<div class="col-md-12 col-lg-6">
|
||||
<div class="box" id="forward-destinations">
|
||||
<div class="box-header with-border">
|
||||
<h3 class="box-title">Forward Destinations over Time</h3>
|
||||
|
||||
Reference in New Issue
Block a user