split oauth_tokens.claims column up; improved fonts; allow multiple sse connections per user; make navbar and use friendly
This commit is contained in:
@@ -4,7 +4,10 @@
|
||||
|
||||
{{- $acctID := .Identity.Account }}
|
||||
|
||||
<h1>Account: {{ $acctID.Email }}</h1>
|
||||
<section>
|
||||
<h2>Account: {{ $acctID.Email }}</h2>
|
||||
<h3>{{ .Identity.Claims.Name }}</h3>
|
||||
</section>
|
||||
|
||||
{{- $etsyUser := .Etsy.GetUserPointerByAccountID $acctID.AccountID }}
|
||||
{{- if $etsyUser }}
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
<section class="flex justify-center max-w-full mt-[3em] mb-[3em]">
|
||||
<h1 class="bg-card max-w-full p-[2em] border-[1px] border-sidebar-border rounded-lg text-nowrap">
|
||||
<h1 class="
|
||||
min-[400px]:px-[calc(10vw-0.5em)]
|
||||
min-[400px]:py-[calc(8vw-0.5em)]
|
||||
border-[1px] border-sidebar-border rounded-lg
|
||||
bg-card
|
||||
text-nowrap
|
||||
text-center
|
||||
">
|
||||
Inventory++
|
||||
</h1>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user