mirror of
https://github.com/bra1n/townsquare.git
synced 2025-04-04 22:24:36 +00:00
Small UI adjustments
This commit is contained in:
parent
88d47a4391
commit
c1693ec361
3 changed files with 5 additions and 2 deletions
|
@ -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);
|
||||||
|
|
|
@ -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: " ";
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue