diff --git a/.replit b/.replit index a0a35a63..7f53545a 100644 --- a/.replit +++ b/.replit @@ -54,14 +54,14 @@ outputType = "webview" localPort = 5000 externalPort = 80 -[[ports]] -localPort = 33323 -externalPort = 3002 - [[ports]] localPort = 41923 externalPort = 3000 +[[ports]] +localPort = 44757 +externalPort = 3002 + [[ports]] localPort = 45245 externalPort = 3001 diff --git a/static/css/tailwind.css b/static/css/tailwind.css index 0847611e..74a0f20b 100644 --- a/static/css/tailwind.css +++ b/static/css/tailwind.css @@ -809,9 +809,6 @@ .min-h-20 { min-height: calc(var(--spacing) * 20); } - .min-h-\[24px\] { - min-height: 24px; - } .min-h-\[44px\] { min-height: 44px; } @@ -947,9 +944,6 @@ .min-w-16 { min-width: calc(var(--spacing) * 16); } - .min-w-\[24px\] { - min-width: 24px; - } .min-w-\[44px\] { min-width: 44px; } @@ -3091,6 +3085,11 @@ left: calc(var(--spacing) * 4); } } + .focus\:left-32 { + &:focus { + left: calc(var(--spacing) * 32); + } + } .focus\:z-50 { &:focus { z-index: 50; @@ -3162,6 +3161,11 @@ --tw-ring-color: var(--color-blue-500); } } + .focus\:ring-gray-500 { + &:focus { + --tw-ring-color: var(--color-gray-500); + } + } .focus\:ring-green-500 { &:focus { --tw-ring-color: var(--color-green-500); @@ -3193,6 +3197,12 @@ --tw-ring-color: var(--color-yellow-500); } } + .focus\:ring-offset-1 { + &:focus { + --tw-ring-offset-width: 1px; + --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); + } + } .focus\:ring-offset-2 { &:focus { --tw-ring-offset-width: 2px; @@ -3215,6 +3225,11 @@ outline-style: none; } } + .focus\:ring-inset { + &:focus { + --tw-ring-inset: inset; + } + } .focus-visible\:ring-2 { &:focus-visible { --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor); @@ -3371,6 +3386,11 @@ min-height: calc(var(--spacing) * 0); } } + .sm\:min-h-\[32px\] { + @media (width >= 40rem) { + min-height: 32px; + } + } .sm\:min-h-\[400px\] { @media (width >= 40rem) { min-height: 400px; @@ -3406,9 +3426,9 @@ width: auto; } } - .sm\:min-w-0 { + .sm\:min-w-\[32px\] { @media (width >= 40rem) { - min-width: calc(var(--spacing) * 0); + min-width: 32px; } } .sm\:flex-1 { diff --git a/templates/cotton/enhanced_search.html b/templates/cotton/enhanced_search.html index 90440d13..40e502da 100644 --- a/templates/cotton/enhanced_search.html +++ b/templates/cotton/enhanced_search.html @@ -90,16 +90,17 @@ Features: @click.away="open = false">