5.7: ui improvements

- padding (everywhere) has been slightly reduced to fit in more content.
- padding is now consistent across ui.
- added more info to the "how to save" popup for ios devices.
- crypto wallet press-to-copy buttons now look like buttons.
- improved looks for smallest screens (iphone 5, 5s, se, etc).
This commit is contained in:
wukko
2023-05-18 23:05:29 +06:00
parent 0ea28783be
commit fa4e418e36
8 changed files with 89 additions and 29 deletions

View File

@@ -12,7 +12,7 @@ export function switcher(obj) {
}
}
if (obj.noParent) return `<div class="switches">${items}</div>`;
if (obj.noParent) return `<div id="${obj.name}" class="switches">${items}</div>`;
return `<div id="${obj.name}-switcher" class="switch-container">
${obj.subtitle ? `<div class="subtitle">${obj.subtitle}</div>` : ``}
<div class="switches">${items}</div>