mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-29 08:33:20 +00:00
fix(ui): add text-32px for smaller than lg view for agent headings
This commit is contained in:
@@ -49,7 +49,7 @@ export default function AgentLogs() {
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div className="mt-5 flex w-full flex-wrap items-center justify-between gap-2 px-4">
|
<div className="mt-5 flex w-full flex-wrap items-center justify-between gap-2 px-4">
|
||||||
<h1 className="text-eerie-black m-0 text-[40px] font-bold dark:text-white">
|
<h1 className="text-eerie-black m-0 text-[32px] font-bold md:text-[40px] dark:text-white">
|
||||||
Agent Logs
|
Agent Logs
|
||||||
</h1>
|
</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -527,7 +527,7 @@ export default function NewAgent({ mode }: { mode: 'new' | 'edit' | 'draft' }) {
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div className="mt-5 flex w-full flex-wrap items-center justify-between gap-2 px-4">
|
<div className="mt-5 flex w-full flex-wrap items-center justify-between gap-2 px-4">
|
||||||
<h1 className="text-eerie-black m-0 text-[40px] font-bold dark:text-white">
|
<h1 className="text-eerie-black m-0 text-[32px] font-bold lg:text-[40px] dark:text-white">
|
||||||
{modeConfig[effectiveMode].heading}
|
{modeConfig[effectiveMode].heading}
|
||||||
</h1>
|
</h1>
|
||||||
<div className="flex flex-wrap items-center gap-1">
|
<div className="flex flex-wrap items-center gap-1">
|
||||||
|
|||||||
@@ -111,7 +111,7 @@ function AgentsList() {
|
|||||||
}, [token]);
|
}, [token]);
|
||||||
return (
|
return (
|
||||||
<div className="p-4 md:p-12">
|
<div className="p-4 md:p-12">
|
||||||
<h1 className="text-eerie-black mb-0 text-[40px] font-bold dark:text-[#E0E0E0]">
|
<h1 className="text-eerie-black mb-0 text-[32px] font-bold lg:text-[40px] dark:text-[#E0E0E0]">
|
||||||
Agents
|
Agents
|
||||||
</h1>
|
</h1>
|
||||||
<p className="dark:text-gray-4000 mt-5 text-[15px] text-[#71717A]">
|
<p className="dark:text-gray-4000 mt-5 text-[15px] text-[#71717A]">
|
||||||
|
|||||||
Reference in New Issue
Block a user