Add round corners to playerList popups
This commit is contained in:
@@ -63,6 +63,9 @@ const props = defineProps<Props>()
|
|||||||
transition: .1s transform;
|
transition: .1s transform;
|
||||||
background: white;
|
background: white;
|
||||||
right: 0;
|
right: 0;
|
||||||
|
border-top-right-radius: 1em;
|
||||||
|
border-bottom-right-radius: 1em;
|
||||||
|
padding-right: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.button {
|
.button {
|
||||||
@@ -134,4 +137,8 @@ const props = defineProps<Props>()
|
|||||||
bottom: 0;
|
bottom: 0;
|
||||||
margin: auto 0;
|
margin: auto 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.view #contextMenuButtons {
|
||||||
|
display: none
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
Reference in New Issue
Block a user