Fixed circles in the status bar

Removed rectangle feedback box when tapping something on a mobile device
This commit is contained in:
Tim Ktitarev 2020-03-22 13:17:09 +01:00
commit f00165962e
2 changed files with 6 additions and 5 deletions

View file

@ -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;