Skip to content
This repository has been archived by the owner on Feb 5, 2025. It is now read-only.

Commit

Permalink
adjust style
Browse files Browse the repository at this point in the history
  • Loading branch information
pompurin404 committed Sep 21, 2024
1 parent e34acc0 commit b2df9e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ const App: React.FC = () => {
return (
<div className="w-full h-[100vh] flex">
<div className="side w-[250px] h-full overflow-y-auto no-scrollbar">
<div className="app-drag sticky top-0 z-40 backdrop-blur bg-background/40 h-[49px]">
<div className="app-drag sticky top-0 z-40 backdrop-blur bg-transparent h-[49px]">
<div
className={`flex justify-between p-2 ${!useWindowFrame && platform === 'darwin' ? 'ml-[60px]' : ''}`}
>
Expand Down

0 comments on commit b2df9e5

Please sign in to comment.