X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2FApp.vue;h=a9c1d4cce5b87ae70bc08f5926eabcdeb530a967;hb=92a523d1a74cbabcfd7d6ade45f25fa622815f0b;hp=dd45b3439d138088771900c21d5ce765d0e2c168;hpb=85e5b5c1e6192a134fa69182e8c077605fdb969f;p=vchess.git diff --git a/client/src/App.vue b/client/src/App.vue index dd45b343..a9c1d4cc 100644 --- a/client/src/App.vue +++ b/client/src/App.vue @@ -1,24 +1,14 @@ @@ -74,6 +61,11 @@ export default { st: store.state, }; }, + computed: { + flagImage: function() { + return `/images/flags/${this.st.lang}.svg`; + }, + }, }; @@ -87,6 +79,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 +100,7 @@ header nav width: 100% + margin: 0 padding: 0 & > #menuBar width: 100% @@ -125,10 +124,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 +141,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