diff --git a/src/routes/room.svelte b/src/routes/room.svelte index c1123ed..8c6b290 100644 --- a/src/routes/room.svelte +++ b/src/routes/room.svelte @@ -107,7 +107,12 @@ {/each} - Код подключения: {parsed.id} + + Код подключения: {parsed.id} + + github + + {:else if res==undefined}
Загрузка...
{:else if res.status==404} @@ -148,7 +153,7 @@ list-style: none; counter-reset: item; font-size: larger; - margin-bottom: 50px; + padding-bottom: 100px; } li { @@ -227,11 +232,21 @@ font-weight: bold; } + .footer > a { + margin-left: 16px; + } + + .githubLink { + width: 24px; + height: 24px; + vertical-align: middle; + } + @media only screen and (max-width: 1024px) { ol { width: 100%; - margin: 0px 0px 50px 0px; - padding: 0px; + margin: 0 0 50px 0; + padding: 0 0 50px 0; } } \ No newline at end of file diff --git a/static/github.png b/static/github.png new file mode 100644 index 0000000..182a1a3 Binary files /dev/null and b/static/github.png differ