mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-11 08:42:22 +03:00
Better image centering
The Firefox popup did not like the old CSS. This is still not perfect, but it's better than it was.
This commit is contained in:
parent
0b19ee28e0
commit
f348e277fc
|
@ -8,11 +8,10 @@ html
|
||||||
|
|
||||||
body
|
body
|
||||||
#root
|
#root
|
||||||
div(style='position: relative')
|
div(style='display: flex; justify-content: center; align-items: center')
|
||||||
img(
|
img(
|
||||||
src='/img/loading.svg',
|
src='/img/loading.svg',
|
||||||
height=300, width=350,
|
height=300, width=350,
|
||||||
style='position: absolute; top: 50%; left: 50%; margin-top: -150px; margin-left: -175px;'
|
|
||||||
)
|
)
|
||||||
link(href='/devpanel.bundle.css', rel='stylesheet')
|
link(href='/devpanel.bundle.css', rel='stylesheet')
|
||||||
script(src='/devpanel.bundle.js')
|
script(src='/devpanel.bundle.js')
|
||||||
|
|
Loading…
Reference in New Issue
Block a user