Skip to content

Commit 1d1716f

Browse files
committed
style bug
1 parent 64cd523 commit 1d1716f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

ModLoader/web/style.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ html, body {
2626

2727
color: hsl(from var(--main) h s calc(l * 12));
2828
background: linear-gradient(180deg, hsl(from var(--main) h s calc(l * 1.5)), hsl(from var(--main) h s calc(l * 2)), hsl(from var(--main) h s calc(l * 2)));
29+
overflow: auto;
2930
}
3031

3132
#savedServers {
@@ -35,6 +36,7 @@ html, body {
3536
align-items: center;
3637

3738
width: 80vw;
39+
flex: 1;
3840
margin: 0 auto 0 auto;
3941
}
4042

@@ -52,6 +54,7 @@ h1 {
5254
text-align: center;
5355

5456
width: 80vw;
57+
flex: 1;
5558
gap: 10px;
5659
}
5760

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0.42231
1+
1.0.0.2796

0 commit comments

Comments
 (0)