mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
ux: nav fixes & polish
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
.query-keyword {
|
||||
font-weight: bold;
|
||||
font-weight: $font-weight-semi-bold;
|
||||
color: $blue;
|
||||
}
|
||||
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
max-width: 1100px;
|
||||
visibility: none;
|
||||
opacity: 0;
|
||||
height: 100%;
|
||||
height: 65%;
|
||||
|
||||
&--fade-in {
|
||||
visibility: visible;
|
||||
@@ -75,7 +75,7 @@
|
||||
}
|
||||
|
||||
.search-results-container {
|
||||
height: 90%;
|
||||
height: 100%;
|
||||
overflow: auto;
|
||||
display: block;
|
||||
line-height: 28px;
|
||||
|
||||
Reference in New Issue
Block a user