Skip to content

Commit dce337e

Browse files
committed
Smaller annotations and better handle large numbers
1 parent 47b69d0 commit dce337e

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

client/styles/components/annotation.import.less

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,15 @@
3333
}
3434

3535
.annotation-indicator {
36-
width: 50px;
36+
min-width: 40px;
3737
position: absolute;
38-
left: -25px;
39-
top: -25px;
40-
height: 50px;
38+
padding: 0 9px;
39+
left: -20px;
40+
top: -20px;
41+
height: 40px;
4142
display: block;
4243
text-align: center;
43-
line-height: 50px;
44+
line-height: 40px;
4445
border-radius: 100%;
4546
background-color: @annotation-color;
4647
color: white;

0 commit comments

Comments
 (0)