diff --git a/src/components/AppSidebar/AppSidebar.vue b/src/components/AppSidebar/AppSidebar.vue index 3faefcc686..1bd0723aea 100644 --- a/src/components/AppSidebar/AppSidebar.vue +++ b/src/components/AppSidebar/AppSidebar.vue @@ -111,18 +111,18 @@ class="app-sidebar-header__star" @click.prevent="toggleStarred" /> -

+

{{ title }} -

+ -

+

{{ subtitle }} -

+

@@ -517,7 +517,8 @@ $desc-height: 46px; } } // titles - h3, h4 { + .app-sidebar-header__title, + .app-sidebar-header__subtitle { width: 100%; white-space: nowrap; text-overflow: ellipsis; @@ -525,8 +526,7 @@ $desc-height: 46px; margin: 0; } // main title - h3 { - font-size: 16px; + .app-sidebar-header__title { padding: 0; } input.app-sidebar-header__title-input { @@ -535,7 +535,7 @@ $desc-height: 46px; } // subtitle - h4 { + .app-sidebar-header__subtitle { font-size: 14px; padding: 0; opacity: $opacity_normal;