X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2FApp.vue;h=77fed7af05d671688b9245a78cf9dbf37d22776a;hp=4fc3b48bd0f8e85bb67bc5cbc53298c5897a8719;hb=430a203855578f9bbf4c851165c6066a741ff1f8;hpb=72ccbd6730241771e6ba86b6a5b62597b4c7e2f4 diff --git a/client/src/App.vue b/client/src/App.vue index 4fc3b48b..77fed7af 100644 --- a/client/src/App.vue +++ b/client/src/App.vue @@ -140,6 +140,10 @@ nav width: 36px height: 27px +@media screen and (max-width: 767px) + nav + border: none + [type="checkbox"].drawer+* right: -767px @@ -168,4 +172,8 @@ footer & > p display: inline-block margin: 0 0 0 10px + +@media screen and (max-width: 767px) + footer + border: none