mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
fix(ui): ensure all navbar elements have the same min-height
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
.form-control.components-filterinput {
|
||||
cursor: text;
|
||||
height: auto;
|
||||
min-height: 2.6rem;
|
||||
|
||||
box-shadow: none;
|
||||
background-clip: unset;
|
||||
|
||||
@@ -1,9 +1,24 @@
|
||||
.navbar {
|
||||
& .navbar-brand,
|
||||
& .nav-link,
|
||||
& .form-control.components-filterinput {
|
||||
min-height: 2.6rem;
|
||||
}
|
||||
}
|
||||
|
||||
.navbar-brand {
|
||||
min-width: 2.5rem;
|
||||
}
|
||||
|
||||
.components-navbar-button:hover {
|
||||
border-bottom: $border-width solid $info;
|
||||
.components-navbar-button {
|
||||
&.navbar-brand {
|
||||
padding-top: 0.36rem;
|
||||
padding-bottom: 0.36rem;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
border-bottom: $border-width solid $info;
|
||||
}
|
||||
}
|
||||
|
||||
.components-navbar-icon {
|
||||
|
||||
Reference in New Issue
Block a user