mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-06 14:10:53 +03:00
fixed initial page load rendering for expired downloads and when the upload list isn't empty. fixes #1069 and fixes #1021
This commit is contained in:
@@ -2,6 +2,11 @@ const html = require('choo/html');
|
||||
|
||||
module.exports = function() {
|
||||
return html`
|
||||
<main class="main container"></main>
|
||||
<main class="main relative">
|
||||
<section class="h-full w-full p-6 md:flex md:flex-row z-10">
|
||||
<div class="md:mr-6 md:w-1/2 w-full"></div>
|
||||
<div class="md:w-1/2 mt-6 md:mt-0 w-full"></div>
|
||||
</section>
|
||||
</main>
|
||||
`;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user