mirror of https://github.com/ColorlibHQ/AdminLTE
fix inline input-group in sidebar on macOS
parent
850dc37d6d
commit
dc4054d216
|
@ -909,3 +909,8 @@
|
|||
background: darken($sidebar-light-bg, 10%);
|
||||
}
|
||||
}
|
||||
|
||||
// Sidebar inline input-group fix
|
||||
.sidebar .form-inline .input-group {
|
||||
width: 100%;
|
||||
}
|
||||
|
|
|
@ -12767,6 +12767,10 @@ body.sidebar-collapse:not(.sidebar-mini-md):not(.sidebar-mini) .main-header::bef
|
|||
background: #e6e6e6;
|
||||
}
|
||||
|
||||
.sidebar .form-inline .input-group {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.logo-xs,
|
||||
.logo-xl {
|
||||
opacity: 1;
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue