Commit 60e74bd9 authored by Matěj Lang's avatar Matěj Lang
Browse files

Add GitLab link.

parent a2029808
Loading
Loading
Loading
Loading
+10 −1
Original line number Original line Diff line number Diff line
@@ -147,7 +147,14 @@
        </p>
        </p>
        <img src="HelpDialog/save.png" alt="" />
        <img src="HelpDialog/save.png" alt="" />
        <p style="grid-column: 1/3; font-size:10px;">
        <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>
        </p>
      </div>
      </div>
    </div>
    </div>
@@ -197,6 +204,8 @@ export default {
  grid-template-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  gap: 10px;
  gap: 10px;


  align-items: center;

  max-height: 85vh;
  max-height: 85vh;
  overflow: auto;
  overflow: auto;
}
}