From 7c93954f96ba37e7a710f2800b7208205596933a Mon Sep 17 00:00:00 2001 From: Jan-Hendrik Willms <tleilax+github@gmail.com> Date: Thu, 19 Mar 2015 08:49:50 +0100 Subject: [PATCH] fix gallery view --- assets/pluginmarket.less | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/assets/pluginmarket.less b/assets/pluginmarket.less index 319efe9..d19d21d 100644 --- a/assets/pluginmarket.less +++ b/assets/pluginmarket.less @@ -4,7 +4,12 @@ } .pluginmarket_galery { list-style-type: none; - + .flex(); + .flex-direction-row(); + .flex-wrap(wrap); + .flex-justify-content(center); + .flex-align-items(stretch); + > .image { padding: 5px; border: 5px solid #eeeeee; -- GitLab