diff --git a/web-svelte/src/views/lobby/multiplayer.svelte b/web-svelte/src/views/lobby/multiplayer.svelte index 23bc866..cb9374d 100644 --- a/web-svelte/src/views/lobby/multiplayer.svelte +++ b/web-svelte/src/views/lobby/multiplayer.svelte @@ -1,10 +1,23 @@ + +

Gravwell

@@ -12,13 +25,14 @@ function tempButtonHandler() {};

Players

+
+
+ +
+ help_outline +
+
+

Options

+
+ + No Secrets + + + Hardcore Mode + + + Warp Gate Activated! + + + Chaos Theory + +
Start Game @@ -55,7 +108,6 @@ main { height: 100%; text-align: center; display: flex; - align-items: center; justify-content: center; } @@ -63,8 +115,6 @@ h1 { font-size: 4rem; font-weight: 100; line-height: 1.1; - margin: 2rem auto; - max-width: 14rem; } @@ -75,6 +125,7 @@ h1 { border-color: white; margin: 5px; background: rgba(0, 0, 0, 0.5); + position: relative; h2 { margin: 0px; @@ -87,11 +138,29 @@ h1 { flex-wrap: wrap; justify-content: center; + > .divider { + width: 100%; + } + > :global(div) { flex-grow: 1; } } +.options-box { + padding-bottom: 5px; + display: flex; + justify-content: space-evenly; + flex-wrap: wrap; + +} + +.info-button-container { + position: absolute; + top: -2px; + right: -2px; +} + .flex-row { display: flex; align-items: center;