X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2FApp.vue;h=4fc3b48bd0f8e85bb67bc5cbc53298c5897a8719;hb=5701c228a422bed7570452b2d24b3193f7653a19;hp=84f4b51ed6954f90d25da8e48868e0ffba30594a;hpb=41cb9b940084d6f56351a772f0340ebf0bc8d1bc;p=vchess.git diff --git a/client/src/App.vue b/client/src/App.vue index 84f4b51e..4fc3b48b 100644 --- a/client/src/App.vue +++ b/client/src/App.vue @@ -13,7 +13,7 @@ nav label.drawer-toggle(for="drawerControl") input#drawerControl.drawer(type="checkbox") - #menuBar + #menuBar(@click="hideDrawer") label.drawer-close(for="drawerControl") #leftMenu router-link(to="/") @@ -22,7 +22,7 @@ | {{ st.tr["Variants"] }} router-link(to="/mygames") | {{ st.tr["My games"] }} - a(href="https://groups.google.com/forum/#!forum/vchess-club") + a(href="https://forum.vchess.club") | {{ st.tr["Forum"] }} #rightMenu .clickable(onClick="doClick('modalUser')") @@ -38,8 +38,6 @@ router-link.menuitem(to="/about") {{ st.tr["About"] }} p.clickable(onClick="doClick('modalContact')") | {{ st.tr["Contact"] }} - // TODO: add only the necessary icons to mini-css custom build - //script(src="//unpkg.com/feather-icons") @@ -131,13 +140,15 @@ 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 [type="checkbox"].drawer+* right: -767px +#menuBar + label.drawer-close + top: 50px + footer + border: 1px solid #ddd //background-color: #000033 font-size: 1rem width: 100% @@ -151,7 +162,8 @@ footer margin: 0 10px 0 0 &:link color: #2c3e50 - &:hover + &:visited, &:hover + color: #2c3e50 text-decoration: none & > p display: inline-block