Improve widget flow

V2_Rewrite
Skylar Ittner 7 years ago
parent 5f139b69de
commit e2fb45c9a0

@ -127,7 +127,7 @@ if (!is_empty($_GET['page'])) {
END;
}
?>
<div class="row">
<div class="row widget-box">
<?php
// Center the widgets horizontally on the screen
$appcount = count(APPS[$pageid]);

@ -43,4 +43,8 @@
.apppanel {
min-height: 250px;
}
.row.widget-box > .col-md-4:nth-child(3n+4) {
clear: both;
}
Loading…
Cancel
Save