Skip to content

Commit

Permalink
increase top/bottom margin on Menu element from 0.3rem to 0.35rem
Browse files Browse the repository at this point in the history
  • Loading branch information
based-ghost committed Apr 19, 2021
1 parent c08eca5 commit c690d59
Show file tree
Hide file tree
Showing 5 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.0a212ce7.iframe.bundle.js",
"main.js": "./main.19f16206.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.0a212ce7.iframe.bundle.js"
"main.19f16206.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.0a212ce7.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.19f16206.iframe.bundle.js"></script></body></html>
1 change: 0 additions & 1 deletion docs/main.0a212ce7.iframe.bundle.js

This file was deleted.

1 change: 1 addition & 0 deletions docs/main.19f16206.iframe.bundle.js

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.3rem 0',
margin: '0.35rem 0',
borderRadius: '3px',
backgroundColor: '#fff',
animation: FADE_IN_ANIMATION_CSS,
Expand Down

0 comments on commit c690d59

Please sign in to comment.