mirror of
https://github.com/nimbold/Firelink.git
synced 2026-08-06 01:17:48 +00:00
fix(ui): unify settings top panel surface
This commit is contained in:
@@ -740,10 +740,9 @@ runEngineChecks(false);
|
||||
|
||||
return (
|
||||
<div className="settings-view flex-1 flex flex-col relative h-full overflow-hidden">
|
||||
<WindowDragRegion />
|
||||
|
||||
{/* SwiftUI SettingsPaneContainer-style horizontal tab strip */}
|
||||
<div className="settings-toolbar">
|
||||
<WindowDragRegion />
|
||||
<div className={`settings-tab-strip flex items-stretch gap-1 ${
|
||||
isSidebarOnRight ? 'settings-tab-strip--sidebar-right' : ''
|
||||
}`}>
|
||||
|
||||
Reference in New Issue
Block a user