X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2FApp.vue;h=6c945663682e5cd2cf78bcd5566843a36ea5ae2f;hb=3837d4f7885a3c3cdb468da2f3fa3fa1e5a1415a;hp=2699453b2e47ee630ec3220f74db43218b6fa0f7;hpb=fb54f098a565034c09c111f1141d2c60073b4a61;p=vchess.git diff --git a/client/src/App.vue b/client/src/App.vue index 2699453b..6c945663 100644 --- a/client/src/App.vue +++ b/client/src/App.vue @@ -1,57 +1,43 @@ @@ -92,33 +94,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 @@ -165,27 +140,40 @@ nav width: 36px height: 27px -// 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 +@media screen and (max-width: 767px) + nav + border: none + [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 + & > .menuitem display: inline-block margin: 0 10px 0 0 &:link color: #2c3e50 - &:hover + &:visited, &:hover + color: #2c3e50 text-decoration: none & > p display: inline-block margin: 0 0 0 10px + +@media screen and (max-width: 767px) + footer + border: none