Skip to content

Commit fbc5c71

Browse files
committed
Adjust title bar logo width to w-12 h-8
1 parent 9dbf3c1 commit fbc5c71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/TitleBar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export const TitleBar = () => {
8080
<div className="@container z-11 w-full h-11 bg-(--sidebar) absolute top-0 left-0 app-region-drag flex items-center justify-between">
8181
<div className="flex items-center">
8282
<div className={`${showWindowControls ? "pl-2" : "pl-18"}`}></div>
83-
<img src={logo} alt="AliFullStack Logo" className="w-[75%] h-[75%]" />
83+
<img src={logo} alt="AliFullStack Logo" className="w-12 h-8" />
8484
<Button
8585
data-testid="title-bar-app-name-button"
8686
variant="outline"

0 commit comments

Comments
 (0)