From 36a5a194c53dffdc70c894b135a817599c03a3b1 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Sat, 24 Jun 2017 19:02:50 -0600 Subject: [PATCH] Improve app dock CSS handling of many items (yay fluxbox, screw IE) --- home.php | 42 ++++++++++++++++++++++-------------------- static/css/app.css | 13 +++++-------- 2 files changed, 27 insertions(+), 28 deletions(-) diff --git a/home.php b/home.php index 2187ba5..9d1e7c9 100644 --- a/home.php +++ b/home.php @@ -91,27 +91,29 @@ if (!is_empty($_GET['page'])) { -
- -
-

- - "/> - - -

-
+
+
+ foreach (EXTERNAL_APPS as $a) { + ?> +
+

+ + "/> + + +

+
+ +
.col-sm-6:nth-child(2n+3) { clear: both; } - - .app-dock { - max-width: 50%; - } } /* Medium Devices, Desktops */ @@ -101,8 +102,4 @@ .row.widget-box > .col-md-4:nth-child(3n+4) { clear: both; } - - .app-dock { - max-width: 50%; - } } \ No newline at end of file