Skip to content

Commit e49a1b7

Browse files
committed
style(web): align plugin list header button heights
1 parent 1b21e9e commit e49a1b7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

web/src/app/home/plugins/components/plugin-install-task/PluginInstallTaskQueue.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ export default function PluginInstallTaskQueue() {
139139
return (
140140
<Popover>
141141
<PopoverTrigger asChild>
142-
<Button variant="outline" className="relative px-4 py-5 cursor-pointer">
142+
<Button variant="outline" className="relative px-4 py-4 cursor-pointer">
143143
<ListTodo className="w-4 h-4 mr-2" />
144144
{t('plugins.installProgress.taskQueue')}
145145
{runningCount > 0 && (

web/src/app/home/plugins/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ function PluginListView() {
571571
<PopoverTrigger asChild>
572572
<Button
573573
variant="outline"
574-
className="px-4 py-5 cursor-pointer"
574+
className="px-4 py-4 cursor-pointer"
575575
onClick={handleShowDebugInfo}
576576
>
577577
<Code className="w-4 h-4 mr-2" />

0 commit comments

Comments
 (0)