X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2FApp.vue;h=e06a2fef5bbede787fc1b09a70b738095e8cb530;hb=afd3240d89a2f6191fe9426960dc0c1667b40c77;hp=2699453b2e47ee630ec3220f74db43218b6fa0f7;hpb=fb54f098a565034c09c111f1141d2c60073b4a61;p=vchess.git diff --git a/client/src/App.vue b/client/src/App.vue index 2699453b..e06a2fef 100644 --- a/client/src/App.vue +++ b/client/src/App.vue @@ -1,24 +1,14 @@ @@ -73,6 +62,11 @@ export default { st: store.state, }; }, + computed: { + flagImage: function() { + return `/images/flags/${this.st.lang}.svg`; + }, + }, }; @@ -92,33 +86,6 @@ export default { .nopadding padding: 0 -#modalWelcome - max-width: 767px - @media screen and (max-width: 767px) - max-width: 100vw - img - width: 75% - @media screen and (max-width: 767px) - width: 100% - max-width: 552px - ul - list-style-type: none - // TODO: bad practice, shouldn't use table to align things... - table.list-table - width: 300px - margin: 0 auto - border: 0 - tbody - border: 0 - tr - border: 0 - margin: 0 - padding: 0 - td - padding: 0 - text-align: left - border: 0 - header width: 100% display: flex @@ -175,10 +142,12 @@ footer //background-color: #000033 font-size: 1rem width: 100% + padding-left: 0 + padding-right: 0 display: inline-flex align-items: center justify-content: center - & > a + & > .menuitem display: inline-block margin: 0 10px 0 0 &:link