We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47b69d0 commit dce337eCopy full SHA for dce337e
1 file changed
client/styles/components/annotation.import.less
@@ -33,14 +33,15 @@
33
}
34
35
.annotation-indicator {
36
- width: 50px;
+ min-width: 40px;
37
position: absolute;
38
- left: -25px;
39
- top: -25px;
40
- height: 50px;
+ padding: 0 9px;
+ left: -20px;
+ top: -20px;
41
+ height: 40px;
42
display: block;
43
text-align: center;
- line-height: 50px;
44
+ line-height: 40px;
45
border-radius: 100%;
46
background-color: @annotation-color;
47
color: white;
0 commit comments