Improve widget flow
This commit is contained in:
parent
5f139b69de
commit
e2fb45c9a0
2
home.php
2
home.php
@ -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…
x
Reference in New Issue
Block a user