From 517a5ccbea1d49b92d9c210f3db6b20b5729b91a Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Wed, 2 Dec 2020 09:43:36 +0100 Subject: [PATCH] allow badges next to each other --- src/client/ClientView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/ClientView.js b/src/client/ClientView.js index 80041b9..7de875d 100644 --- a/src/client/ClientView.js +++ b/src/client/ClientView.js @@ -83,7 +83,7 @@ class InstallClientView extends TemplateView { return t.a({ href: a.url, className: { - fullwidth: true, + fullwidth: !badgeUrl, primary: a.primary && !badgeUrl, secondary: !a.primary && !badgeUrl, badge: !!badgeUrl,