From 410e3af6a829c8bdf94719d7565608e8f2b2dd84 Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Mon, 8 Nov 2021 19:49:20 +0100 Subject: [PATCH] Styling tweak --- UI/BigComponents/CopyrightPanel.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/BigComponents/CopyrightPanel.ts b/UI/BigComponents/CopyrightPanel.ts index 0611f8801..b8741009c 100644 --- a/UI/BigComponents/CopyrightPanel.ts +++ b/UI/BigComponents/CopyrightPanel.ts @@ -92,7 +92,7 @@ export default class CopyrightPanel extends Combine { Utils.download(josmLink).then(answer => josmState.setData(answer.replace(/\n/g, '').trim())).catch(_ => josmState.setData("ERROR")) }), undefined, state.osmConnection.userDetails.map(ud => ud.loggedIn && ud.csCount >= Constants.userJourney.historyLinkVisible)), - ].map(button => button.SetStyle("max-height: 3rem")) + ] const iconAttributions = Utils.NoNull(Array.from(layoutToUse.ExtractImages())) .map(CopyrightPanel.IconAttribution)