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
@@ -139,7 +139,7 @@ export default function PluginInstallTaskQueue() {
return ( return (
<Popover> <Popover>
<PopoverTrigger asChild> <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" /> <ListTodo className="w-4 h-4 mr-2" />
{t('plugins.installProgress.taskQueue')} {t('plugins.installProgress.taskQueue')}
{runningCount > 0 && ( {runningCount > 0 && (
+1 -1
View File
@@ -571,7 +571,7 @@ function PluginListView() {
<PopoverTrigger asChild> <PopoverTrigger asChild>
<Button <Button
variant="outline" variant="outline"
className="px-4 py-5 cursor-pointer" className="px-4 py-4 cursor-pointer"
onClick={handleShowDebugInfo} onClick={handleShowDebugInfo}
> >
<Code className="w-4 h-4 mr-2" /> <Code className="w-4 h-4 mr-2" />