mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-06 06:00:53 +03:00
added padding to android wip screen
This commit is contained in:
@@ -38,7 +38,11 @@ module.exports = function(state, emit) {
|
||||
`;
|
||||
button = '';
|
||||
} else if (state.archive.numFiles > 0) {
|
||||
content = archiveTile.wip(state, emit);
|
||||
content = html`
|
||||
<section class="p-4 h-full w-full">
|
||||
${archiveTile.wip(state, emit)}
|
||||
</section>
|
||||
`;
|
||||
button = '';
|
||||
} else {
|
||||
content =
|
||||
@@ -52,7 +56,7 @@ module.exports = function(state, emit) {
|
||||
}
|
||||
|
||||
return html`
|
||||
<main class="flex relative h-full w-full">
|
||||
<main class="main">
|
||||
${state.modal && modal(state, emit)} ${content}
|
||||
<div class="fixed pin-r pin-b">
|
||||
${button}
|
||||
|
||||
Reference in New Issue
Block a user