style(web): align plugin list header button heights

This commit is contained in:
Junyan Qin
2026-04-14 22:50:44 +08:00
committed by WangCham
parent fad69c70b6
commit bae6535005
2 changed files with 2 additions and 2 deletions

View File

@@ -139,7 +139,7 @@ export default function PluginInstallTaskQueue() {
return (
<Popover>
<PopoverTrigger asChild>
<Button variant="outline" className="relative px-4 py-5 cursor-pointer">
<Button variant="outline" className="relative px-4 py-4 cursor-pointer">
<ListTodo className="w-4 h-4 mr-2" />
{t('plugins.installProgress.taskQueue')}
{runningCount > 0 && (

View File

@@ -571,7 +571,7 @@ function PluginListView() {
<PopoverTrigger asChild>
<Button
variant="outline"
className="px-4 py-5 cursor-pointer"
className="px-4 py-4 cursor-pointer"
onClick={handleShowDebugInfo}
>
<Code className="w-4 h-4 mr-2" />