Skip to content

Commit 486b735

Browse files
committed
fix buttons
1 parent fc6e61e commit 486b735

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

game/UI.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,12 @@ td {
3939
font-size: 12px;
4040
}
4141

42-
div:not([class^="tp-"]):not(.WindowFrame) {
42+
div {
4343
left: 0;
4444
}
45+
div[class^="tp-"], .WindowFrame {
46+
left: initial;
47+
}
4548

4649
#preloader {
4750
position: fixed;

0 commit comments

Comments
 (0)