Sidebar text not showing when sidebar is wrapped.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
4
pub/src/css/kaiadmin.gruvbox.dark.min.css
vendored
4
pub/src/css/kaiadmin.gruvbox.dark.min.css
vendored
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user