chore: the sidebar title is not displayed in mobile mode (#4312)

master
afe1 1 year ago committed by GitHub
parent 95a4a85c3b
commit 2d0153a841
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -78,7 +78,7 @@ const isMenuRounded = computed(() => {
});
const logoCollapsed = computed(() => {
if (isMobile.value) {
if (isMobile.value && sidebarCollapsed.value) {
return true;
}
if (isHeaderNav.value || isMixedNav.value) {

Loading…
Cancel
Save