mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-07 22:50:53 +03:00
fixed android height in emulator
This commit is contained in:
@@ -49,7 +49,7 @@ function body(main) {
|
||||
return function(state, emit) {
|
||||
return html`
|
||||
<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
|
||||
id="hamburger"
|
||||
|
||||
Reference in New Issue
Block a user