diff --git a/static/nryg.less b/static/nryg.less
index 18682bcb..4e92046f 100644
--- a/static/nryg.less
+++ b/static/nryg.less
@@ -38,12 +38,16 @@ input[type="text"], input[type="password"] {
}
.game-panel {
+ display: inline-block;
+}
+
+.game-grid {
display: grid;
- max-width: 400px;
- position: relative;
- border-radius: 10px;
+ width: 400px;
height: 100px;
+ border-radius: 10px;
margin: 4px;
+ position: relative;
}
.osu {
diff --git a/templates/minis/osu.html b/templates/minis/osu.html
index 285768d6..fa7b47d4 100644
--- a/templates/minis/osu.html
+++ b/templates/minis/osu.html
@@ -1,37 +1,39 @@
-
-
-
-
-
- osu!
-
-
- {{ osu.std_pp | int }}pp
-
-
- osu!taiko
-
-
- {{ osu.taiko_pp | int }}pp
-
-
- osu!catch
-
-
- {{ osu.catch_pp | int }}pp
-
-
- osu!mania
-
-
-
{{ osu.mania_pp | int }}pp
+
+
+
+
+
+
+ osu!
+
+
+ {{ osu.std_pp | int }}pp
+
+
+ osu!taiko
+
+
+ {{ osu.taiko_pp | int }}pp
+
+
+ osu!catch
+
+
+ {{ osu.catch_pp | int }}pp
+
+
+ osu!mania
+
+
+ {{ osu.mania_pp | int }}pp
+
\ No newline at end of file
diff --git a/templates/minis/rl.html b/templates/minis/rl.html
index 8fcec9a8..55de0a9f 100644
--- a/templates/minis/rl.html
+++ b/templates/minis/rl.html
@@ -1,35 +1,34 @@
-
-
-
-
- DUELLO
-
-
-
-
-
- DOPPIO
-
-
-
-
-
- STANDARD
-
-
-
-
-
- SOLO STD
-
-
-
+
+
+
+
+ DUELLO
+
+
+
+
+
+ DOPPIO
+
+
+
+
+
+ STANDARD
+
+
+
+
+
+ SOLO STD
+
+
+
+
\ No newline at end of file