Sidebar text not showing when sidebar is wrapped.

This commit is contained in:
2026-05-17 13:06:41 +02:00
parent ae24479e06
commit ff3a15fd09
3 changed files with 12 additions and 6 deletions

View File

@@ -1498,12 +1498,12 @@ rgba(60, 56, 54, 0.5);
@media screen and (min-width: 992px) {
.sidebar_minimize .main-panel, .sidebar_minimize .main-header {
width: calc(100% - 75px);
transition: all .3s;
transition: all .1s;
}
.sidebar_minimize .logo-header {
width: 75px;
transition: all .3s;
transition: all .1s;
padding: 0px;
text-align: center;
}

View File

@@ -1498,12 +1498,12 @@ rgba(60, 56, 54, 0.5);
@media screen and (min-width: 992px) {
.sidebar_minimize .main-panel, .sidebar_minimize .main-header {
width: calc(100% - 75px);
transition: all .3s;
transition: all .1s;
}
.sidebar_minimize .logo-header {
width: 75px;
transition: all .3s;
transition: all .1s;
padding: 0px;
text-align: center;
}