Small UI adjustments

This commit is contained in:
Pingumask 2023-02-27 19:00:11 +00:00
parent 88d47a4391
commit c1693ec361
3 changed files with 5 additions and 2 deletions

View file

@ -448,6 +448,7 @@ export default {
position: absolute; position: absolute;
right: 0; right: 0;
top: 0; top: 0;
user-select: none;
&.open { &.open {
transform: rotate(0deg); transform: rotate(0deg);

View file

@ -718,6 +718,7 @@ li.move:not(.from) .player .overlay svg.move {
top: 5px; top: 5px;
box-shadow: 0 0 5px black; box-shadow: 0 0 5px black;
padding: 0 4px; padding: 0 4px;
user-select: none;
svg { svg {
top: 3px; top: 3px;
@ -790,6 +791,7 @@ li.move:not(.from) .player .overlay svg.move {
margin-left: 15px; margin-left: 15px;
cursor: pointer; cursor: pointer;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
user-select: none;
&:before { &:before {
content: " "; content: " ";

View file

@ -402,8 +402,8 @@ export default {
.circle { .circle {
padding: 0; padding: 0;
width: 100vmin; width: 95vmin;
height: 100vmin; height: 95vmin;
list-style: none; list-style: none;
margin: 0; margin: 0;