fix inline input-group in sidebar on macOS

This commit is contained in:
REJack 2020-05-04 17:54:26 +02:00
parent 850dc37d6d
commit dc4054d216
5 changed files with 13 additions and 4 deletions

View file

@ -909,3 +909,8 @@
background: darken($sidebar-light-bg, 10%);
}
}
// Sidebar inline input-group fix
.sidebar .form-inline .input-group {
width: 100%;
}

View file

@ -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