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;
right: 0;
top: 0;
user-select: none;
&.open {
transform: rotate(0deg);

View file

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

View file

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