make the comment div same sizer of fixed.js including allpufix button
Browse files- index.html +5 -0
index.html
CHANGED
|
@@ -510,6 +510,11 @@ tailwind.config = {
|
|
| 510 |
<div class="text-green-400 mt-2">// Calculate line total (price * quantity)</div>
|
| 511 |
<div class="text-green-400 mt-2">// Return the calculated total</div>
|
| 512 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 513 |
</div>
|
| 514 |
</div>
|
| 515 |
</div>
|
|
|
|
| 510 |
<div class="text-green-400 mt-2">// Calculate line total (price * quantity)</div>
|
| 511 |
<div class="text-green-400 mt-2">// Return the calculated total</div>
|
| 512 |
</div>
|
| 513 |
+
<button onclick="applyComments()" class="group relative mt-4 w-full bg-gray-800/50 hover:bg-gray-700/70 border border-gray-700 hover:border-purple-500 text-white py-2 px-4 rounded-md font-medium flex items-center justify-center transition-all duration-200 shadow-md hover:shadow-purple-500/20">
|
| 514 |
+
<div class="absolute inset-0 bg-purple-500/10 group-hover:bg-purple-500/20 rounded-lg opacity-0 group-hover:opacity-100 transition-opacity duration-300"></div>
|
| 515 |
+
<i data-feather="check-circle" class="mr-2 text-purple-400 w-4 h-4"></i>
|
| 516 |
+
<span class="relative">Apply Comments</span>
|
| 517 |
+
</button>
|
| 518 |
</div>
|
| 519 |
</div>
|
| 520 |
</div>
|