mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-08-09 04:40:57 +00:00
fix(web): improve mobile responsiveness for marketplace, plugin detail, session monitor, and pipeline form
This commit is contained in:
@@ -77,9 +77,9 @@ export default function PluginDetailContent({ id }: { id: string }) {
|
||||
) : null}
|
||||
</div>
|
||||
|
||||
<div className="flex flex-1 flex-row overflow-hidden min-h-0 gap-6 max-w-full">
|
||||
<div className="flex flex-1 flex-col md:flex-row overflow-hidden min-h-0 gap-6 max-w-full">
|
||||
{/* Left side - Config */}
|
||||
<div className="w-[380px] flex-shrink-0 overflow-y-auto overflow-x-hidden">
|
||||
<div className="md:w-[380px] md:flex-shrink-0 overflow-y-auto overflow-x-hidden">
|
||||
<PluginForm
|
||||
pluginAuthor={pluginAuthor}
|
||||
pluginName={pluginName}
|
||||
|
||||
Reference in New Issue
Block a user