mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-07 22:50:53 +03:00
fixed modal placement in responsive view
This commit is contained in:
@@ -21,7 +21,7 @@ module.exports = function(state, emit) {
|
|||||||
archives.push(intro(state));
|
archives.push(intro(state));
|
||||||
}
|
}
|
||||||
return html`
|
return html`
|
||||||
<main class="main container relative">
|
<main class="main container md:relative">
|
||||||
${state.modal && modal(state, emit)}
|
${state.modal && modal(state, emit)}
|
||||||
<section class="h-full w-full px-6 md:flex md:flex-row">
|
<section class="h-full w-full px-6 md:flex md:flex-row">
|
||||||
<div class="pt-4 md:pb-4 md:mr-6 md:w-1/2">${wip}</div>
|
<div class="pt-4 md:pb-4 md:mr-6 md:w-1/2">${wip}</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user