added open store button

This commit is contained in:
marios
2022-05-26 21:14:32 +03:00
parent ad1f57795e
commit 44776b393e
2 changed files with 13 additions and 3 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ const PluginView: VFC = () => {
if (activePlugin) {
return (
<div>
<div style={{height: '100%'}}>
<div style={{ position: 'absolute', top: '3px', left: '16px', zIndex: 20 }}>
<DialogButton style={{ minWidth: 0, padding: '10px 12px' }} onClick={closeActivePlugin}>
<FaArrowLeft style={{ display: 'block' }} />