We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d65d750 commit f68625dCopy full SHA for f68625d
packages/core/src/editor/editor.css
@@ -91,12 +91,13 @@ Tippy popups that are appended to document.body directly
91
92
/* Render the username above the caret */
93
.collaboration-cursor__label {
94
- border-radius: 3px 3px 3px 0;
+ border-radius: 3px;
95
font-size: 12px;
96
font-style: normal;
97
font-weight: 600;
98
line-height: normal;
99
- left: -1px;
+ left: 0;
100
+ transform: translate(-2px, -2px);
101
overflow: hidden;
102
position: absolute;
103
white-space: nowrap;
@@ -106,9 +107,7 @@ Tippy popups that are appended to document.body directly
106
107
max-width: 4px;
108
padding: 0;
109
top: 0;
-
110
transition: all 0.2s;
111
112
}
113
114
.collaboration-cursor__caret[data-active] > .collaboration-cursor__label {
0 commit comments