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
8d03db24
Commit
8d03db24
authored
Mar 21, 2019
by
ijin08
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
reversed dashboard-padding
parent
29e68ba1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
9 deletions
+9
-9
packages/grafana-ui/src/themes/_variables.scss.tmpl.ts
+1
-1
public/sass/components/_panel_editor.scss
+4
-4
public/sass/pages/_dashboard.scss
+1
-1
public/sass/pages/_explore.scss
+3
-3
No files found.
packages/grafana-ui/src/themes/_variables.scss.tmpl.ts
View file @
8d03db24
...
...
@@ -196,7 +196,7 @@ $btn-semi-transparent: rgba(0, 0, 0, 0.2) !default;
$side-menu-width: 60px;
// dashboard
$dashboard-padding: $space-md
$space-md 0 $space-md
;
$dashboard-padding: $space-md;
$panel-padding: 0 $space-md $space-sm $space-md;
// tabs
...
...
public/sass/components/_panel_editor.scss
View file @
8d03db24
...
...
@@ -9,14 +9,14 @@
&
--edit
{
height
:
40%
;
margin
:
0
$
space-md
;
margin
:
0
$
dashboard-padding
;
}
&
--view
{
flex
:
1
1
0
;
height
:
90%
;
margin
:
0
$
space-md
;
padding-top
:
$
space-md
;
margin
:
0
$
dashboard-padding
;
padding-top
:
$
dashboard-padding
;
}
}
...
...
@@ -80,7 +80,7 @@
}
.submenu-controls
{
padding
:
0
$
space-md
$space-sm
$space-md
;
padding
:
0
$
dashboard-padding
$space-sm
$dashboard-padding
;
}
.search-container
{
...
...
public/sass/pages/_dashboard.scss
View file @
8d03db24
.dashboard-container
{
padding
:
$dashboard-padding
;
padding
:
$dashboard-padding
$dashboard-padding
0
$dashboard-padding
;
width
:
100%
;
height
:
100%
;
box-sizing
:
border-box
;
...
...
public/sass/pages/_explore.scss
View file @
8d03db24
...
...
@@ -31,7 +31,7 @@
flex-flow
:
row
wrap
;
justify-content
:
flex-start
;
height
:
auto
;
padding
:
0
$
space-md
;
padding
:
0
$
dashboard-padding
;
border-bottom
:
1px
solid
#0000
;
transition-duration
:
0
.35s
;
transition-timing-function
:
ease-in-out
;
...
...
@@ -91,7 +91,7 @@
}
.explore-toolbar-content-item
:first-child
{
padding-left
:
$
space-md
;
padding-left
:
$
dashboard-spacer
;
margin-right
:
auto
;
}
...
...
@@ -142,7 +142,7 @@
@media
only
screen
and
(
max-width
:
544px
)
{
.explore-toolbar-header-title
{
.navbar-page-btn
{
margin-left
:
$
space-md
;
margin-left
:
$
dashboard-padding
;
}
}
}
...
...
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