Skip to content

Commit 0fc76e9

Browse files
committed
PIX-62 simplify toggle button positioning for the toggle button in UserListPanel.
1 parent 8031f3c commit 0fc76e9

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

client/src/components/lobbies/UserListPanel.vue

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,6 @@ const isOpen = ref(true);
5454
.toggle-btn {
5555
position: absolute;
5656
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 */
6157
right: 5px;
6258
background: #eee;
6359
border: none;

0 commit comments

Comments
 (0)