Skip to content

Commit 21ac0a7

Browse files
authored
style(whiteboard): adjust position of collector element in the whiteboard (#1562)
1 parent b5ee57c commit 21ac0a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

desktop/renderer-app/src/components/Whiteboard.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
.telebox-collector {
88
position: absolute;
9-
left: 230px;
9+
left: 90px;
1010
bottom: 8px;
1111
width: 40px;
1212
height: 34px;

web/flat-web/src/components/Whiteboard.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
.telebox-collector {
88
position: absolute;
9-
left: 230px;
9+
left: 90px;
1010
bottom: 8px;
1111
width: 40px;
1212
height: 34px;

0 commit comments

Comments
 (0)