diff --git a/css/chess.css b/css/chess.css index df489f9..157d020 100644 --- a/css/chess.css +++ b/css/chess.css @@ -360,6 +360,7 @@ button:disabled .silhouette { display: flex; flex-flow: column nowrap; justify-content: flex-end; + align-items: center; } .badge { @@ -373,6 +374,12 @@ button:disabled .silhouette { margin: 0; } +.badge.game-link-badge img { + width: 1.8em; + height: 1.8em; + margin: 0.6em; +} + @media only screen and (max-aspect-ratio: 3/2) { #content { flex-flow: column nowrap; diff --git a/index.html b/index.html index 805b338..2b1a733 100644 --- a/index.html +++ b/index.html @@ -248,6 +248,8 @@
+ +
Official Site
Jitsi Meet
Source Code
diff --git a/js/pacosako_ui.js b/js/pacosako_ui.js index 75e8b18..8cf2768 100644 --- a/js/pacosako_ui.js +++ b/js/pacosako_ui.js @@ -573,6 +573,7 @@ $(function (){ } $('#jitsi_link').attr('href', 'https://meet.jit.si/PacoSaco_' + newId); + $('#game_link').attr('href', location.href); refreshSelectOptions(); } diff --git a/svg/external-link-alt-solid.svg b/svg/external-link-alt-solid.svg new file mode 100644 index 0000000..190df50 --- /dev/null +++ b/svg/external-link-alt-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file