diff --git a/components/PlayerListElement.vue b/components/PlayerListElement.vue index be699a8..e35f91c 100644 --- a/components/PlayerListElement.vue +++ b/components/PlayerListElement.vue @@ -63,6 +63,9 @@ const props = defineProps() transition: .1s transform; background: white; right: 0; + border-top-right-radius: 1em; + border-bottom-right-radius: 1em; + padding-right: 1em; } .button { @@ -134,4 +137,8 @@ const props = defineProps() bottom: 0; margin: auto 0; } + +.view #contextMenuButtons { + display: none +} \ No newline at end of file