Skip to content
This repository was archived by the owner on Jan 27, 2026. It is now read-only.

Commit 13773c7

Browse files
committed
Fixed Logo bug
1 parent 9e4f073 commit 13773c7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "simplelauncher",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "Launcher for SimpleClient",
55
"main": "src/main.js",
66
"scripts": {

src/gui/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ body {
2020

2121
#logo {
2222
position: fixed;
23-
width: auto;
23+
width: max-content;
2424
height: 14vh;
2525
top: 20vh;
2626
left: 50%;

0 commit comments

Comments
 (0)