Browse Source

* Some CSS

master
vvandenb 2 years ago
parent
commit
b753689067
  1. 3
      front/volume/src/components/NavBar.svelte
  2. 2
      front/volume/src/components/Pong/GameComponent.svelte
  3. 2
      front/volume/src/components/Pong/Pong.svelte

3
front/volume/src/components/NavBar.svelte

@ -63,9 +63,8 @@
{/if} {/if}
{/each} {/each}
</div> </div>
<button on:click={toggle}> <button class="hamburger" on:click={toggle}>
<svg <svg
class="hamburger"
xmlns="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg"
width="24" width="24"
height="24" height="24"

2
front/volume/src/components/Pong/GameComponent.svelte

@ -96,6 +96,8 @@
align-items: center; align-items: center;
font-size: 0.8em; font-size: 0.8em;
text-align: center; text-align: center;
overflow: auto;
max-height: 80vh;
} }
.user-header { .user-header {

2
front/volume/src/components/Pong/Pong.svelte

@ -220,6 +220,8 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
overflow: auto;
max-height: 80vh;
} }
h1 { h1 {

Loading…
Cancel
Save