style(sidebar): automatically adjust title form-control size based on height (#1338)

pull/1339/merge
1138-4EB 2017-10-30 09:29:22 +01:00 committed by Anthony Lapenna
parent a028413496
commit 42347d714f
1 changed files with 8 additions and 0 deletions

View File

@ -372,6 +372,10 @@ ul.sidebar .sidebar-list .sidebar-sublist a.active {
ul.sidebar .sidebar-title {
line-height: 28px;
}
ul.sidebar .sidebar-title .form-control {
height: 28px;
padding: 4px 8px;
}
ul.sidebar .sidebar-list {
height: 28px;
}
@ -388,6 +392,10 @@ ul.sidebar .sidebar-list .sidebar-sublist a.active {
ul.sidebar .sidebar-title {
line-height: 30px;
}
ul.sidebar .sidebar-title .form-control {
height: 30px;
padding: 5px 10px;
}
ul.sidebar .sidebar-list {
height: 30px;
}