forked from MapComplete/MapComplete
Fixing css styling bugs, most works correctly now
This commit is contained in:
commit
db91c5ead4
16 changed files with 394 additions and 14849 deletions
|
@ -98,11 +98,7 @@ export default class MoreScreen extends UIElement {
|
|||
linkButton.push(this.createLinkButton(layout));
|
||||
}
|
||||
|
||||
els.push(new Combine([
|
||||
`<div class='rounded-xl overflow-hidden bg-gradient-to-tr from-green-400 via-blue-500 to-green-500 p-5 m-8 mt-5'>`,
|
||||
new Combine(linkButton),
|
||||
`</div>`
|
||||
]))
|
||||
els.push(new Combine(linkButton))
|
||||
|
||||
els.push(new VariableUiElement(
|
||||
State.state.osmConnection.userDetails.map(userDetails => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue