Browse Source

closed the gap

master
Silberengel 10 months ago
parent
commit
88624f5e2d
  1. 6
      src/routes/contact/+page.svelte

6
src/routes/contact/+page.svelte

@ -296,7 +296,7 @@ @@ -296,7 +296,7 @@
<Label for="content" class="mb-2">Description</Label>
<div class="relative border border-gray-300 dark:border-gray-600 rounded-lg {isExpanded ? 'h-[800px]' : 'h-[200px]'} transition-all duration-200 sm:w-[95vw] md:w-full">
<div class="h-full flex flex-col">
<div class="border-b border-gray-300 dark:border-gray-600">
<div class="border-b border-gray-300 dark:border-gray-600 rounded-t-lg">
<ul class="flex flex-wrap -mb-px text-sm font-medium text-center" role="tablist">
<li class="mr-2" role="presentation">
<button
@ -323,10 +323,10 @@ @@ -323,10 +323,10 @@
<div class="flex-1 min-h-0 relative">
{#if activeTab === 'write'}
<div class="absolute inset-0">
<div class="absolute inset-0 overflow-hidden">
<Textarea
id="content"
class="w-full h-full resize-none border-0 focus:ring-0 bg-white dark:bg-gray-800 p-4 description-textarea"
class="w-full h-full resize-none border-0 focus:ring-0 bg-white dark:bg-gray-800 p-4 description-textarea rounded-b-lg rounded-t-none"
bind:value={content}
required
placeholder="Describe your issue in detail...

Loading…
Cancel
Save