forked from MapComplete/MapComplete
Styling tweak
This commit is contained in:
parent
95101a7212
commit
410e3af6a8
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue