minor style tweaks and refresh token fixes

This commit is contained in:
Danny Coates 2020-07-24 22:04:42 -07:00
parent 4674666807
commit 5c5853c645
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
3 changed files with 28 additions and 28 deletions

View file

@ -6,7 +6,7 @@ module.exports = function(state, emit) {
class="absolute inset-0 flex items-center justify-center overflow-hidden z-40 bg-white md:rounded-xl md:my-8 dark:bg-grey-90"
>
<div
class="h-full w-full max-h-screen absolute top-0 flex items-center justify-center"
class="h-full w-full max-h-screen absolute top-0 flex justify-center md:items-center"
>
<div class="w-full">
${state.modal(state, emit, close)}