Add round corners to playerList popups
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user