chore: tailwind tweaks
This commit is contained in:
@@ -44,7 +44,7 @@ export default function GuestChannelChat({ cid = 0 }: Props) {
|
||||
<div className="flex items-center gap-1">
|
||||
<ChannelIcon personal={!is_public} />
|
||||
<span className="text-gray-800 dark:text-white">{name}</span>
|
||||
<span className="ml-2 text-gray-500">{description}</span>
|
||||
<span className="ml-2 text-gray-500 hidden md:block ">{description}</span>
|
||||
</div>
|
||||
</header>
|
||||
}
|
||||
|
||||
@@ -21,8 +21,8 @@ const LoginTip = () => {
|
||||
|
||||
return (
|
||||
<div className="flex items-center justify-between bg-slate-200/80 dark:bg-gray-800 rounded-lg w-full p-4">
|
||||
<span className="text-base text-[#98a2b3] dark:text-gray-100">
|
||||
<i className="mr-2 text-lg">👋</i>
|
||||
<span className="text-xs md:text-base text-[#98a2b3] dark:text-gray-100">
|
||||
<i className="mr-2 text-xs md:text-lg ">👋</i>
|
||||
{t("sign_in_tip")}
|
||||
</span>
|
||||
<Button onClick={handleSignIn} className="small">{ct("action.login")}</Button>
|
||||
|
||||
Reference in New Issue
Block a user