Fix missing CSS for code editor (#1491)

* Import bundled css files

* Create smart-files-swim.md
This commit is contained in:
Nathan Bierema 2023-09-14 20:42:20 -04:00 committed by GitHub
parent ee64102c1d
commit bca760097b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,5 @@
---
'remotedev-redux-devtools-extension': patch
---
Fix missing CSS for code editor

View File

@ -12,4 +12,5 @@ html
body
#root
link(href='/devpanel.bundle.css', rel='stylesheet')
script(src='/devpanel.bundle.js')

View File

@ -8,4 +8,5 @@ html
body
#root
link(href='/remote.bundle.css', rel='stylesheet')
script(src='/remote.bundle.js')

View File

@ -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')