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}
{/each}
</div>
<button on:click={toggle}>
<button class="hamburger" on:click={toggle}>
<svg
class="hamburger"
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"

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

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

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

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

Loading…
Cancel
Save