mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
testing panel edit ux idea
This commit is contained in:
@@ -41,7 +41,8 @@
|
||||
|
||||
.panel-in-fullscreen {
|
||||
.navbar {
|
||||
@include navbar-alt-look();
|
||||
// @include navbar-alt-look();
|
||||
display: none;
|
||||
}
|
||||
|
||||
.navbar-button--add-panel,
|
||||
@@ -98,11 +99,11 @@
|
||||
}
|
||||
|
||||
.navbar-buttons {
|
||||
height: $navbarHeight;
|
||||
// height: $navbarHeight;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: flex-end;
|
||||
margin-right: $spacer;
|
||||
// margin-right: $spacer;
|
||||
|
||||
&--close {
|
||||
display: none;
|
||||
|
||||
Reference in New Issue
Block a user