Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
104e656b
Unverified
Commit
104e656b
authored
Feb 19, 2019
by
Torkel Ödegaard
Committed by
GitHub
Feb 19, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #15514 from grafana/fixed-navbar-edit-padding
Fixed navbar backbutton padding
parents
7754c37a
13e27601
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
public/sass/components/_navbar.scss
+2
-2
public/sass/pages/_explore.scss
+1
-1
No files found.
public/sass/components/_navbar.scss
View file @
104e656b
...
...
@@ -162,7 +162,7 @@
.sidemenu-open
{
.navbar
{
padding-left
:
2
0
px
;
padding-left
:
2
5
px
;
margin-left
:
0
;
}
}
...
...
@@ -178,7 +178,7 @@
display
:
flex
;
height
:
$navbarHeight
;
align-items
:
center
;
padding-
left
:
7
px
;
padding-
right
:
13
px
;
}
.navbar-edit__back-btn
{
...
...
public/sass/pages/_explore.scss
View file @
104e656b
...
...
@@ -38,7 +38,7 @@
flex-flow
:
row
wrap
;
justify-content
:
flex-start
;
height
:
auto
;
padding
:
0px
$dashboard-padding
;
padding
:
0px
$dashboard-padding
0
25px
;
border-bottom
:
1px
solid
#0000
;
transition-duration
:
0
.35s
;
transition-timing-function
:
ease-in-out
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment