mirror of
https://github.com/bra1n/townsquare.git
synced 2025-04-04 14:14:38 +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;
|
||||
right: 0;
|
||||
top: 0;
|
||||
user-select: none;
|
||||
|
||||
&.open {
|
||||
transform: rotate(0deg);
|
||||
|
|
|
@ -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: " ";
|
||||
|
|
|
@ -402,8 +402,8 @@ export default {
|
|||
|
||||
.circle {
|
||||
padding: 0;
|
||||
width: 100vmin;
|
||||
height: 100vmin;
|
||||
width: 95vmin;
|
||||
height: 95vmin;
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue