diff --git a/client/src/styles/partials/bdsettings/sidebarview.scss b/client/src/styles/partials/bdsettings/sidebarview.scss
index 1b616e28..07662c4f 100644
--- a/client/src/styles/partials/bdsettings/sidebarview.scss
+++ b/client/src/styles/partials/bdsettings/sidebarview.scss
@@ -47,11 +47,41 @@
align-items: flex-end;
overflow: hidden;
- span {
+ .bd-vtext {
color: #414245;
font-weight: 700;
font-size: 12px;
}
+
+ .bd-vtext {
+ flex-grow: 1;
+ height: 20px;
+ cursor: default;
+ user-select: none;
+ }
+
+ .bd-material-button {
+ cursor: pointer;
+
+ &:hover {
+ .material-design-icon {
+ fill: #FFF;
+ }
+ }
+ }
+
+ .material-design-icon {
+ fill: #414245;
+
+ svg {
+ width: 16px;
+ height: 16px;
+ }
+
+ &:hover {
+ fill: #FFF;
+ }
+ }
}
.platform-darwin & {
diff --git a/client/src/ui/components/BdSettings.vue b/client/src/ui/components/BdSettings.vue
index 126e6a39..f6f6e2a3 100644
--- a/client/src/ui/components/BdSettings.vue
+++ b/client/src/ui/components/BdSettings.vue
@@ -18,7 +18,13 @@