mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-22 01:26:48 +03:00
Fix missing CSS for code editor (#1491)
* Import bundled css files * Create smart-files-swim.md
This commit is contained in:
parent
ee64102c1d
commit
bca760097b
5
.changeset/smart-files-swim.md
Normal file
5
.changeset/smart-files-swim.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
'remotedev-redux-devtools-extension': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Fix missing CSS for code editor
|
|
@ -12,4 +12,5 @@ html
|
||||||
|
|
||||||
body
|
body
|
||||||
#root
|
#root
|
||||||
|
link(href='/devpanel.bundle.css', rel='stylesheet')
|
||||||
script(src='/devpanel.bundle.js')
|
script(src='/devpanel.bundle.js')
|
||||||
|
|
|
@ -8,4 +8,5 @@ html
|
||||||
|
|
||||||
body
|
body
|
||||||
#root
|
#root
|
||||||
|
link(href='/remote.bundle.css', rel='stylesheet')
|
||||||
script(src='/remote.bundle.js')
|
script(src='/remote.bundle.js')
|
||||||
|
|
|
@ -14,4 +14,5 @@ html
|
||||||
height=300, width=350,
|
height=300, width=350,
|
||||||
style='position: absolute; top: 50%; left: 50%; margin-top: -175px; margin-left: -175px;'
|
style='position: absolute; top: 50%; left: 50%; margin-top: -175px; margin-left: -175px;'
|
||||||
)
|
)
|
||||||
|
link(href='/window.bundle.css', rel='stylesheet')
|
||||||
script(src='/window.bundle.js')
|
script(src='/window.bundle.js')
|
||||||
|
|
Loading…
Reference in New Issue
Block a user