Add round corners to playerList popups

This commit is contained in:
2024-05-06 16:33:50 +02:00
parent d12d4f67ff
commit 32d003c7e3
+7
View File
@@ -63,6 +63,9 @@ const props = defineProps<Props>()
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<Props>()
bottom: 0;
margin: auto 0;
}
.view #contextMenuButtons {
display: none
}
</style>