Skip to content

Commit

Permalink
reduce top/bottom margin on Menu element from 0.5rem to 0.3rem
Browse files Browse the repository at this point in the history
  • Loading branch information
based-ghost committed Apr 19, 2021
1 parent 7d90600 commit c08eca5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"files": {
"main.js": "./main.287a7ceb.iframe.bundle.js",
"main.js": "./main.0a212ce7.iframe.bundle.js",
"runtime~main.js": "./runtime~main.f398e60b.iframe.bundle.js",
"vendors~main.js": "./vendors~main.31a06b8d.iframe.bundle.js",
"vendors~main.js.map": "./vendors~main.31a06b8d.iframe.bundle.js.map",
Expand All @@ -10,6 +10,6 @@
"entrypoints": [
"runtime~main.f398e60b.iframe.bundle.js",
"vendors~main.31a06b8d.iframe.bundle.js",
"main.287a7ceb.iframe.bundle.js"
"main.0a212ce7.iframe.bundle.js"
]
}
2 changes: 1 addition & 1 deletion docs/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,4 +130,4 @@



window['FRAMEWORK_OPTIONS'] = {"fastRefresh":true};</script><script src="runtime~main.f398e60b.iframe.bundle.js"></script><script src="vendors~main.31a06b8d.iframe.bundle.js"></script><script src="main.287a7ceb.iframe.bundle.js"></script></body></html>
window['FRAMEWORK_OPTIONS'] = {"fastRefresh":true};</script><script src="runtime~main.f398e60b.iframe.bundle.js"></script><script src="vendors~main.31a06b8d.iframe.bundle.js"></script><script src="main.0a212ce7.iframe.bundle.js"></script></body></html>

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/utils/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const DEFAULT_THEME: DefaultTheme = {
menu: {
padding: '0',
width: '100%',
margin: '0.5rem 0',
margin: '0.3rem 0',
borderRadius: '3px',
backgroundColor: '#fff',
animation: FADE_IN_ANIMATION_CSS,
Expand Down

0 comments on commit c08eca5

Please sign in to comment.