Loading src/components/HelpDialog.vue +10 −1 Original line number Diff line number Diff line Loading @@ -147,7 +147,14 @@ </p> <img src="HelpDialog/save.png" alt="" /> <p style="grid-column: 1/3; font-size:10px;"> Matěj Lang, 2021. Don't panic. Matěj Lang, Masaryk University, 2021. Get the source code at <a href="https://gitlab.fi.muni.cz/xlang2/antarstick-js" target="_blank" >GitLab</a >. <br /> Don't panic. </p> </div> </div> Loading Loading @@ -197,6 +204,8 @@ export default { grid-template-columns: 2fr 1fr; gap: 10px; align-items: center; max-height: 85vh; overflow: auto; } Loading Loading
src/components/HelpDialog.vue +10 −1 Original line number Diff line number Diff line Loading @@ -147,7 +147,14 @@ </p> <img src="HelpDialog/save.png" alt="" /> <p style="grid-column: 1/3; font-size:10px;"> Matěj Lang, 2021. Don't panic. Matěj Lang, Masaryk University, 2021. Get the source code at <a href="https://gitlab.fi.muni.cz/xlang2/antarstick-js" target="_blank" >GitLab</a >. <br /> Don't panic. </p> </div> </div> Loading Loading @@ -197,6 +204,8 @@ export default { grid-template-columns: 2fr 1fr; gap: 10px; align-items: center; max-height: 85vh; overflow: auto; } Loading