Friend:
-
+
@@ -50,7 +50,11 @@
border: 1px solid #ccc;
border-radius: 5px;
padding: 1rem;
- width: 80vw;
- height: 80vh;
+ width: 50vw;
+ }
+
+ .name-input {
+ max-width: 100%;
+ margin-bottom: 1rem;
}
diff --git a/front/volume/src/components/Pong/MapCustomization.svelte b/front/volume/src/components/Pong/MapCustomization.svelte
index a2be58c..fde5f37 100644
--- a/front/volume/src/components/Pong/MapCustomization.svelte
+++ b/front/volume/src/components/Pong/MapCustomization.svelte
@@ -81,13 +81,19 @@
-
Map Customization:
- Right click to add walls, left click to remove walls. (Max {MAX_WALLS} walls)
+
Map Customization:
+
+ PC: Right click to add walls, left click to remove walls.
+
+ Mobile: Click to add walls
+
+ (Maximum {MAX_WALLS} walls)
+
Clear all walls