Subh775 commited on
Commit
7df9357
·
1 Parent(s): b36e64b

feedback border improvement..

Browse files
Files changed (1) hide show
  1. frontend/vehicles.html +9 -9
frontend/vehicles.html CHANGED
@@ -942,7 +942,7 @@
942
  </div>
943
  <div id="tab-feedback" class="hidden flex-1 min-h-0 overflow-y-auto">
944
  <!-- Full Header Area -->
945
- <div class="max-w-6xl mx-auto space-y-6">
946
  <div class="text-center space-y-3 mb-6">
947
  <h2 class="text-2xl font-bold tracking-tight" style="color:#f0ece6">Share Your Feedback</h2>
948
  <p class="text-xs" style="color:#777">We are constantly refining UrbanFlow. Your technical insights
@@ -958,15 +958,15 @@
958
  <div class="grid grid-cols-1 lg:grid-cols-2 gap-6 w-full">
959
  <!-- Left Side: Experience & Requirements (All Selective Choices) -->
960
  <div
961
- class="col-span-1 bg-black rounded-xl border border-slate-800 shadow-sm overflow-hidden flex flex-col">
962
- <div class="px-6 py-4 border-b border-slate-800 bg-[#050505]">
963
  <h3 class="font-bold text-white text-sm flex items-center">Experience & Priorities</h3>
964
- <p class="text-[10px] text-slate-400 mt-0.1 uppercase tracking-widest font-medium">Rate your
965
  experience</p>
966
  </div>
967
  <div class="p-6 flex-1 space-y-8">
968
  <!-- Overall Experience Centered -->
969
- <div class="flex flex-col items-center justify-center border-b border-slate-800 pb-6">
970
  <label class="text-[10px] font-bold uppercase tracking-widest block mb-3 text-center"
971
  style="color:#a89f97">Overall Experience</label>
972
  <div class="fb-stars" id="fb-stars">
@@ -1072,7 +1072,7 @@
1072
  </div>
1073
 
1074
  <!-- Feature Prioritization -->
1075
- <div class="pt-4 border-t border-slate-800">
1076
  <label class="text-[10px] font-bold uppercase tracking-widest block mb-4"
1077
  style="color:#a89f97">Which feature we should prioritize?</label>
1078
  <div class="grid grid-cols-2 gap-3" id="fb-priorities">
@@ -1095,10 +1095,10 @@
1095
 
1096
  <!-- Right Side: Categorization & Feedback Text -->
1097
  <div
1098
- class="col-span-1 bg-black rounded-xl border border-slate-800 shadow-sm overflow-hidden flex flex-col">
1099
- <div class="px-6 py-4 border-b border-slate-800 bg-[#050505]">
1100
  <h3 class="font-bold text-white text-sm flex items-center">Categorization & Feedback</h3>
1101
- <p class="text-[10px] text-slate-400 mt-0.1 uppercase tracking-widest font-medium">Detailed
1102
  workflow insights</p>
1103
  </div>
1104
  <div class="p-6 flex-1 flex flex-col space-y-6">
 
942
  </div>
943
  <div id="tab-feedback" class="hidden flex-1 min-h-0 overflow-y-auto">
944
  <!-- Full Header Area -->
945
+ <div class="space-y-6 w-full">
946
  <div class="text-center space-y-3 mb-6">
947
  <h2 class="text-2xl font-bold tracking-tight" style="color:#f0ece6">Share Your Feedback</h2>
948
  <p class="text-xs" style="color:#777">We are constantly refining UrbanFlow. Your technical insights
 
958
  <div class="grid grid-cols-1 lg:grid-cols-2 gap-6 w-full">
959
  <!-- Left Side: Experience & Requirements (All Selective Choices) -->
960
  <div
961
+ class="col-span-1 bg-black rounded-xl border shadow-sm overflow-hidden flex flex-col" style="border-color:#2a2a2a">
962
+ <div class="px-6 py-4 border-b bg-[#050505]" style="border-color:#1a1a1a">
963
  <h3 class="font-bold text-white text-sm flex items-center">Experience & Priorities</h3>
964
+ <p class="text-[10px] mt-0.1 uppercase tracking-widest font-medium" style="color:#a89f97">Rate your
965
  experience</p>
966
  </div>
967
  <div class="p-6 flex-1 space-y-8">
968
  <!-- Overall Experience Centered -->
969
+ <div class="flex flex-col items-center justify-center border-b pb-6" style="border-color:#1a1a1a">
970
  <label class="text-[10px] font-bold uppercase tracking-widest block mb-3 text-center"
971
  style="color:#a89f97">Overall Experience</label>
972
  <div class="fb-stars" id="fb-stars">
 
1072
  </div>
1073
 
1074
  <!-- Feature Prioritization -->
1075
+ <div class="pt-4 border-t" style="border-color:#1a1a1a">
1076
  <label class="text-[10px] font-bold uppercase tracking-widest block mb-4"
1077
  style="color:#a89f97">Which feature we should prioritize?</label>
1078
  <div class="grid grid-cols-2 gap-3" id="fb-priorities">
 
1095
 
1096
  <!-- Right Side: Categorization & Feedback Text -->
1097
  <div
1098
+ class="col-span-1 bg-black rounded-xl border shadow-sm overflow-hidden flex flex-col" style="border-color:#2a2a2a">
1099
+ <div class="px-6 py-4 border-b bg-[#050505]" style="border-color:#1a1a1a">
1100
  <h3 class="font-bold text-white text-sm flex items-center">Categorization & Feedback</h3>
1101
+ <p class="text-[10px] mt-0.1 uppercase tracking-widest font-medium" style="color:#a89f97">Detailed
1102
  workflow insights</p>
1103
  </div>
1104
  <div class="p-6 flex-1 flex flex-col space-y-6">