mirror of
https://github.com/portainer/portainer.git
synced 2025-07-25 08:19:40 +02:00
style(sidebar): automatically adjust title form-control size based on height (#1338)
This commit is contained in:
parent
a028413496
commit
42347d714f
1 changed files with 8 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue