minor style tweaks and refresh token fixes

Co-authored-by: timvisee <tim@visee.me>
This commit is contained in:
Danny Coates
2020-07-24 22:04:42 -07:00
committed by timvisee
parent 4f273eca03
commit abc58518ea
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)}