We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dbf3c1 commit fbc5c71Copy full SHA for fbc5c71
src/app/TitleBar.tsx
@@ -80,7 +80,7 @@ export const TitleBar = () => {
80
<div className="@container z-11 w-full h-11 bg-(--sidebar) absolute top-0 left-0 app-region-drag flex items-center justify-between">
81
<div className="flex items-center">
82
<div className={`${showWindowControls ? "pl-2" : "pl-18"}`}></div>
83
- <img src={logo} alt="AliFullStack Logo" className="w-[75%] h-[75%]" />
+ <img src={logo} alt="AliFullStack Logo" className="w-12 h-8" />
84
<Button
85
data-testid="title-bar-app-name-button"
86
variant="outline"
0 commit comments