mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-07-24 21:36:06 +00:00
style(web): align plugin list header button heights
This commit is contained in:
@@ -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 && (
|
||||||
|
|||||||
@@ -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" />
|
||||||
|
|||||||
Reference in New Issue
Block a user