X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2FApp.vue;h=27ef66c27a35d1afe84e03aab7ba0996d4c4f64e;hb=050ae3b58673dfa1ed41bf78d935fe95ec9e74c5;hp=dd45b3439d138088771900c21d5ce765d0e2c168;hpb=85e5b5c1e6192a134fa69182e8c077605fdb969f;p=vchess.git diff --git a/client/src/App.vue b/client/src/App.vue index dd45b343..27ef66c2 100644 --- a/client/src/App.vue +++ b/client/src/App.vue @@ -1,58 +1,43 @@ @@ -87,6 +88,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 +109,7 @@ header nav width: 100% + margin: 0 padding: 0 & > #menuBar width: 100% @@ -125,32 +133,50 @@ nav justify-content: flex-end & > div display: inline-block + &#flagContainer + display: inline-flex & > img padding: 0 - width: 30px - height: 30px + width: 36px + height: 27px + +@media screen and (max-width: 767px) + nav + border: none -// TODO: drawer, until 600px wide OK (seemingly) -// After, zone where left and right just go on top of another -// Then, on narrow screen put everything on one line [type="checkbox"].drawer+* right: -767px +#menuBar + label.drawer-close + top: 50px + footer + border: 1px solid #ddd //background-color: #000033 font-size: 1rem width: 100% + padding-left: 0 + padding-right: 0 display: inline-flex align-items: center justify-content: center - & > a + & > .router-link-exact-active + color: #42b983 !important + text-decoration: none + & > .menuitem display: inline-block - margin: 0 10px 0 0 + margin: 0 10px &:link color: #2c3e50 - &:hover + &:visited, &:hover + color: #2c3e50 text-decoration: none & > p display: inline-block - margin: 0 0 0 10px + margin: 0 10px + +@media screen and (max-width: 767px) + footer + border: none