diff --git a/docs/src/demos/Examples/CollaborativeEditing/index.vue b/docs/src/demos/Examples/CollaborativeEditing/index.vue
index 520b9682f..2070962f4 100644
--- a/docs/src/demos/Examples/CollaborativeEditing/index.vue
+++ b/docs/src/demos/Examples/CollaborativeEditing/index.vue
@@ -5,18 +5,16 @@
- {{ status }}
- as {{ currentUser.name }},
{{ users.length }} user{{ users.length === 1 ? '' : 's' }} online
+
+ offline
+
-
+
-
@@ -172,21 +170,20 @@ export default {
justify-content: space-between;
flex-wrap: wrap;
white-space: nowrap;
- padding: 0.25rem 0 0.25rem 0.25rem;
border-top: 1px solid rgba(black, 0.1);
+ font-size: 13px;
+ font-weight: 500;
+ color: rgba(black, 0.5);
+ white-space: nowrap;
+ padding: 0.25rem 0.75rem;
}
/* Some information about the status */
&__status {
display: flex;
align-items: center;
- font-size: 13px;
- font-weight: 500;
border-radius: 5px;
margin-top: 1rem;
- padding: 0.25rem 0.5rem;
- color: rgba(black, 0.5);
- white-space: nowrap;
&::before {
content: ' ';
@@ -200,7 +197,7 @@ export default {
}
&--connecting::before {
- background: #FD9170;
+ background: #616161;
}
&--connected::before {
@@ -208,7 +205,7 @@ export default {
}
}
- &__actions {
+ &__name {
button {
background: none;
border: none;