Toyshot commited on
Commit
4b2456c
·
verified ·
1 Parent(s): 4de6608

I’ve the send prompt button to the right fully and the sonnet 4.5 to be bottom right corner fix this

Browse files
Files changed (1) hide show
  1. index.html +6 -6
index.html CHANGED
@@ -155,16 +155,16 @@
155
  <input
156
  type="text"
157
  placeholder=""
158
- class="w-full bg-dark-700 px-4 pt-3 pb-10 rounded-xl focus:outline-none"
159
  >
160
- <div class="absolute right-2 top-3 flex items-center space-x-2">
161
- <button class="w-8 h-8 rounded-lg bg-accent-500 flex items-center justify-center hover:bg-accent-600">
162
- <i data-feather="arrow-up" class="w-4 h-4 stroke-white"></i>
163
- </button>
164
- <div class="flex items-center px-2.5 py-1 rounded-lg hover:bg-dark-600">
165
  <span class="text-sm text-gray-400">Sonnet 4.5</span>
166
  <i data-feather="chevron-down" class="w-4 h-4 stroke-gray-400 ml-1"></i>
167
  </div>
 
 
 
168
  </div>
169
  </div>
170
  </div>
 
155
  <input
156
  type="text"
157
  placeholder=""
158
+ class="w-full bg-dark-700 px-4 pt-3 pb-10 rounded-xl focus:outline-none pr-12"
159
  >
160
+ <div class="absolute right-2 bottom-3 flex items-center space-x-2">
161
+ <div class="flex items-center px-2.5 py-1 rounded-lg hover:bg-dark-600">
 
 
 
162
  <span class="text-sm text-gray-400">Sonnet 4.5</span>
163
  <i data-feather="chevron-down" class="w-4 h-4 stroke-gray-400 ml-1"></i>
164
  </div>
165
+ <button class="w-8 h-8 rounded-lg bg-accent-500 flex items-center justify-center hover:bg-accent-600">
166
+ <i data-feather="arrow-up" class="w-4 h-4 stroke-white"></i>
167
+ </button>
168
  </div>
169
  </div>
170
  </div>