diff --git a/src/components/app/RightPanel.vue b/src/components/app/RightPanel.vue
index 5bf1933..0436a87 100644
--- a/src/components/app/RightPanel.vue
+++ b/src/components/app/RightPanel.vue
@@ -7,8 +7,8 @@
Welcome back, {{user.username}}!
+
{{channelName}}
-
@@ -451,13 +451,13 @@ export default {
.channel-selected{
display: flex;
-align-items: center;
+ align-items: center;
}
.user-status{
- border-radius: 50%;
+ border-radius: 4px;
height: 10px;
width: 10px;
- margin-left: 5px;
+ margin-right: 10px;
}
.hidden {
display: none;