Improve marker

This commit is contained in:
Peter Stuifzand 2020-06-28 23:07:58 +02:00
parent 1a06f0cb43
commit 8615b25dc6
2 changed files with 1 additions and 17 deletions

View File

@ -144,7 +144,7 @@ body {
margin-top: 4px;
border-radius: 50%;
border: 4px solid #ccc;
border: 5px solid #ccc;
background: rgba(0, 0, 0, 0.8);
}

View File

@ -131,22 +131,6 @@
align-items: center;
}
.marker {
border-radius: 50%;
background: black;
width: 16px;
height: 16px;
display: inline-block;
margin-right: 8px;
flex-shrink: 0;
align-self: baseline;
margin-top: 4px;
border: 5px solid white;
}
.marker:hover {
border-color: #ccc;
}
textarea {
border: none;