This commit is contained in:
Samandar Turgunboyev
2025-12-16 16:23:15 +05:00
parent 60d6afc91f
commit 4f54851791
5 changed files with 12 additions and 12 deletions

View File

@@ -346,7 +346,7 @@ const Profile = () => {
return (
<div className="custom-container">
<div className="md:hidden sticky top-0 z-20">
<div className="md:hidden sticky top-0 z-20 mb-5">
<div className="flex gap-2 overflow-x-auto scrollbar-hide">
{menuItems.map((item) => {
const Icon = item.icon;

View File

@@ -132,8 +132,8 @@ export default function CustomerSupport() {
placeholder="Savolingiz yoki murojaatingizni batafsil yozing..."
className="w-full h-32 p-3 border border-gray-300 rounded-lg focus:border-gray-500 focus:outline-none resize-none text-gray-700"
/>
<div className="mt-4 flex items-center justify-between">
<p className="text-sm text-gray-500">{message.length}/1000 belgi</p>
<p className="text-sm text-gray-500">{message.length}/1000 belgi</p>
<div className="mt-4 flex items-center justify-between max-lg:flex-col max-lg:items-end gap-2">
<button
onClick={handleSendToTelegram}
disabled={!selectedCategory || !message.trim()}