X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2FApp.vue;h=5556ae38c271658e2fb797245aaedb1ced000f03;hb=2bb4666e276e837add0958554a11b38f7f4d9357;hp=6a08a80fb3c3fc419a19d3b70c0563e2fe32a169;hpb=e20b2a442f49e4109b5658c482133b871e48a41b;p=vchess.git diff --git a/client/src/App.vue b/client/src/App.vue index 6a08a80f..5556ae38 100644 --- a/client/src/App.vue +++ b/client/src/App.vue @@ -39,12 +39,14 @@ | {{ st.tr["Contact"] }} .right-part a.menuitem(href="https://discord.gg/a9ZFKBe") + span Discord img.first(src="/images/icons/discord.svg") a.menuitem(href="https://github.com/yagu0/vchess") + span {{ st.tr["Code"] }} img(src="/images/icons/github.svg") - a.menuitem(href="https://www.facebook.com/Variants-Chess-Club-112565840437886") + //a.menuitem(href="https://www.facebook.com/Variants-Chess-Club-112565840437886") img(src="/images/icons/facebook.svg") - a.menuitem(href="https://twitter.com/VchessC") + //a.menuitem(href="https://twitter.com/VchessC") img(src="/images/icons/twitter.svg") @@ -140,7 +142,7 @@ input[type="checkbox"]:focus outline: 0 input[type=checkbox]:checked:before - top: -5px; + top: -5px height: 18px table @@ -290,10 +292,12 @@ footer .menuitem color: #2c3e50 text-decoration: none footer > .right-part > a.menuitem > img - height: 1.5em display: inline-block - margin: 0 - &.first + height: 1.3em + margin: 0 5px + //height: 1.5em + //margin: 0 + //&.first @media screen and (min-width: 501px) margin-left: 5px