fixed android height in emulator

This commit is contained in:
Danny Coates 2018-11-15 12:22:29 -08:00
parent 1528acde73
commit a576d54d64
No known key found for this signature in database
GPG Key ID: 4C442633C62E00CB
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ function body(main) {
return function(state, emit) { return function(state, emit) {
return html` return html`
<body <body
class="flex flex-col items-center font-sans bg-blue-lightest md:h-screen md:bg-grey-lightest" class="flex flex-col items-center font-sans bg-blue-lightest h-screen"
> >
<a <a
id="hamburger" id="hamburger"

View File

@ -42,7 +42,7 @@ module.exports = function(state, emit) {
} }
return html` return html`
<main class="relative" style="display: flex"> <main class="flex relative h-full">
${state.modal && modal(state, emit)} ${content} ${state.modal && modal(state, emit)} ${content}
<div class="fixed pin-r pin-b"> <div class="fixed pin-r pin-b">
${button} ${button}