diff --git a/frontend/src/components/Lobby.vue b/frontend/src/components/Lobby.vue index c815381..a214f63 100644 --- a/frontend/src/components/Lobby.vue +++ b/frontend/src/components/Lobby.vue @@ -2,12 +2,15 @@

Lobby: {{ lobbyName }}

Giocatori (tu sei {{username}})

-
+
+
+ +
@@ -153,4 +156,21 @@ export default { transform: scale(1); } } +.tiny-equipment { + position: absolute; + display: flex; + flex-direction: column; + right: -35pt; + transform: scale(0.45); + transform-origin: 50% 0%; + top: 0; +} +.tiny-equipment .card:nth-child(n+2) { + margin-top: -60pt; +} +.players-table { + display: flex; + justify-content: space-evenly; + margin-bottom: 12pt; +}