mirror of
https://github.com/YspCoder/clawgo.git
synced 2026-05-18 09:37:28 +08:00
fix ui
This commit is contained in:
@@ -598,7 +598,7 @@ const Config: React.FC = () => {
|
||||
</div>
|
||||
|
||||
{showDiff && (
|
||||
<div className="fixed inset-0 z-50 bg-black/60 flex items-center justify-center p-4">
|
||||
<div className="ui-overlay-strong fixed inset-0 z-50 flex items-center justify-center p-4">
|
||||
<div className="w-full max-w-4xl max-h-[85vh] brand-card border border-zinc-800 rounded-[30px] overflow-hidden flex flex-col">
|
||||
<div className="px-4 py-3 border-b border-zinc-800 flex items-center justify-between">
|
||||
<div className="font-semibold">{t('configDiffPreviewCount', { count: diffRows.length })}</div>
|
||||
|
||||
Reference in New Issue
Block a user