feat(vscode-ide-companion): improve PermissionDrawer UI with enhanced styling and responsiveness

This commit is contained in:
yiliang114
2025-11-23 15:17:17 +08:00
parent 49a2be195d
commit fd2e5b0933
2 changed files with 181 additions and 92 deletions

View File

@@ -75,6 +75,7 @@ export const PermissionDrawer: React.FC<PermissionDrawerProps> = ({
{/* Drawer */}
<div className="permission-drawer">
<div className="permission-drawer-background"></div>
<div className="permission-drawer-header">
<h3 className="permission-drawer-title">Permission Required</h3>
{onClose && (