diff --git a/lib/vue/src/components/navigation/CTopbar.vue b/lib/vue/src/components/navigation/CTopbar.vue index 7c1696237..1bcedfbe8 100644 --- a/lib/vue/src/components/navigation/CTopbar.vue +++ b/lib/vue/src/components/navigation/CTopbar.vue @@ -1,5 +1,5 @@ @@ -329,6 +335,27 @@ $nav-user-icon-size: 50px; transition: min-width 0.2s ease-in-out; } } + +@media (max-width:576px) { + .header-navigation { + height: auto; + padding-left: 1.5rem; + .title { + flex-basis: 100%; + } + } + .tools-wrapper { + flex-grow: 1; + .vue-portal-target { + display: flex; + justify-content: end; + } + + ~ div { + height: 64px; + } + } +}