Fixed circles in the status bar
Removed rectangle feedback box when tapping something on a mobile device
This commit is contained in:
parent
b35961acea
commit
f00165962e
2 changed files with 6 additions and 5 deletions
src/views
|
|
@ -36,15 +36,10 @@
|
|||
justify-content: center;
|
||||
}
|
||||
.point {
|
||||
font-family: sans-serif;
|
||||
padding: 0.1em 0 0 0;
|
||||
margin: 0.2em;
|
||||
width: 0.5em;
|
||||
height: 0.5em;
|
||||
border-radius: 50%;
|
||||
font-size: 0.9em;
|
||||
color: #000000;
|
||||
text-align: center;
|
||||
background: transparent;
|
||||
border: 2px solid #23286b;
|
||||
user-select: none;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue