mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-10 19:56:54 +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
|
||||
#root
|
||||
link(href='/devpanel.bundle.css', rel='stylesheet')
|
||||
script(src='/devpanel.bundle.js')
|
||||
|
|
|
@ -8,4 +8,5 @@ html
|
|||
|
||||
body
|
||||
#root
|
||||
link(href='/remote.bundle.css', rel='stylesheet')
|
||||
script(src='/remote.bundle.js')
|
||||
|
|
|
@ -14,4 +14,5 @@ html
|
|||
height=300, width=350,
|
||||
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')
|
||||
|
|
Loading…
Reference in New Issue
Block a user