X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2FApp.vue;h=e06a2fef5bbede787fc1b09a70b738095e8cb530;hb=afd3240d89a2f6191fe9426960dc0c1667b40c77;hp=dd45b3439d138088771900c21d5ce765d0e2c168;hpb=85e5b5c1e6192a134fa69182e8c077605fdb969f;p=vchess.git diff --git a/client/src/App.vue b/client/src/App.vue index dd45b343..e06a2fef 100644 --- a/client/src/App.vue +++ b/client/src/App.vue @@ -1,24 +1,14 @@ @@ -74,6 +62,11 @@ export default { st: store.state, }; }, + computed: { + flagImage: function() { + return `/images/flags/${this.st.lang}.svg`; + }, + }, }; @@ -87,6 +80,12 @@ export default { @media screen and (max-width: 767px) padding: 0 +.row > div + padding: 0 + +.nopadding + padding: 0 + header width: 100% display: flex @@ -102,6 +101,7 @@ header nav width: 100% + margin: 0 padding: 0 & > #menuBar width: 100% @@ -125,10 +125,12 @@ nav justify-content: flex-end & > div display: inline-block + &#flagContainer + display: inline-flex & > img padding: 0 - width: 30px - height: 30px + width: 36px + height: 27px // TODO: drawer, until 600px wide OK (seemingly) // After, zone where left and right just go on top of another @@ -140,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