We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8031f3c commit 0fc76e9Copy full SHA for 0fc76e9
1 file changed
client/src/components/lobbies/UserListPanel.vue
@@ -54,10 +54,6 @@ const isOpen = ref(true);
54
.toggle-btn {
55
position: absolute;
56
top: 10px;
57
- right: 100%;
58
- margin-right: 5px; /* Place button outside or inside? Let's keep it simple inside top-right or just a clean header toggle */
59
- /* Actually, for KISS, a header click or specific button inside is fine. */
60
- /* Let's put it top-right inside the panel */
61
right: 5px;
62
background: #eee;
63
border: none;
0 commit comments