fix: divider line under breadcrumbs on folder tab and filesharing
This commit is contained in:
@@ -329,7 +329,7 @@ export default function FileBrowser({ initialPath = '/', rootPath = '/' }) {
|
|||||||
)}
|
)}
|
||||||
|
|
||||||
{/* Toolbar */}
|
{/* Toolbar */}
|
||||||
<div style={{ padding: '18px 21px', flexShrink: 0, position: 'relative' }}>
|
<div style={{ padding: '18px 21px', borderBottom: '1px solid var(--border)', flexShrink: 0, position: 'relative' }}>
|
||||||
{/* Selection actions — absolute top-right like FileSharing */}
|
{/* Selection actions — absolute top-right like FileSharing */}
|
||||||
{selected.size > 0 && (
|
{selected.size > 0 && (
|
||||||
<div style={{ position: 'absolute', top: 18, right: 21, display: 'flex', gap: 8 }}>
|
<div style={{ position: 'absolute', top: 18, right: 21, display: 'flex', gap: 8 }}>
|
||||||
|
|||||||
@@ -921,7 +921,7 @@ export default function FileSharing() {
|
|||||||
onDragLeave={handleDragLeave}
|
onDragLeave={handleDragLeave}
|
||||||
onDrop={handleDrop}
|
onDrop={handleDrop}
|
||||||
>
|
>
|
||||||
<div style={{ padding: '18px 21px', flexShrink: 0, position: 'relative' }}>
|
<div style={{ padding: '18px 21px', borderBottom: '1px solid var(--border)', flexShrink: 0, position: 'relative' }}>
|
||||||
{selected.size > 0 && (
|
{selected.size > 0 && (
|
||||||
<div style={{ position: 'absolute', top: 18, right: 21, display: 'flex', gap: 8 }}>
|
<div style={{ position: 'absolute', top: 18, right: 21, display: 'flex', gap: 8 }}>
|
||||||
<button
|
<button
|
||||||
|
|||||||
Reference in New Issue
Block a user