X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2FApp.vue;h=78cd10b1c1dcfe4cb6bb6d8e515988ebc35a8eb9;hb=a17ae3179cd6d68f8ecaa94261dd97f0f4480969;hp=6183d66f46c60c02fbd62cd72106b648594506e4;hpb=604b951e4dc4647da9b251c5fff4ecb4c7b1b298;p=vchess.git diff --git a/client/src/App.vue b/client/src/App.vue index 6183d66f..78cd10b1 100644 --- a/client/src/App.vue +++ b/client/src/App.vue @@ -1,6 +1,5 @@ @@ -103,8 +93,8 @@ body // 45px is footer height min-height: calc(100vh - 45px) overflow: hidden - @media screen and (max-width: 767px) - padding: 0 + padding: 0 + margin: 0 .row > div padding: 0 @@ -115,9 +105,6 @@ header align-items: center justify-content: center margin: 0 auto - & > img - width: 30px - height: 30px .clickable cursor: pointer @@ -125,9 +112,45 @@ header .text-center text-align: center +.bold + font-weight: bold + .clearer clear: both +.button-group + margin: 0 + +input[type="checkbox"]:focus + outline: 0 + +input[type=checkbox]:checked:before + top: -5px; + height: 18px + +table + display: block + padding: 0 + tr > td + cursor: pointer + th, td + padding: 5px + +#divSettings + padding: 0 10px 0 0 + height: 100% + & > span + vertical-align: middle + & > img + padding: 0 + height: 24px + vertical-align: middle + +@media screen and (max-width: 767px) + table + tr > th, td + font-size: 14px + nav width: 100% margin: 0 @@ -155,14 +178,9 @@ nav justify-content: flex-end & > div display: inline-block - &#flagContainer - display: inline-flex - & > img - padding: 0 - width: 36px - height: 27px @media screen and (max-width: 767px) & > #leftMenu + margin-top: 42px padding-bottom: 5px & > a color: #2c3e50 @@ -171,27 +189,38 @@ nav & > #rightMenu padding-top: 5px border-top: 1px solid darkgrey - & > div - &#flagContainer - display: inline-flex - & > img - padding: 0 - width: 36px - height: 27px @media screen and (max-width: 767px) nav - height: 32px + height: 42px border: none & > label.drawer-toggle - font-size: 1.2rem + cursor: pointer position: absolute - top: -12px - //padding: -5px 0 0 10px + top: 0 + left: 5px + line-height: 42px + height: 42px + padding: 0 + & > label.drawer-toggle:before + font-size: 42px + & > #menuBar + z-index: 5000 //to hide currently selected piece if any [type="checkbox"].drawer+* right: -767px +[type=checkbox].drawer+* .drawer-close + top: 0 + left: 5px + padding: 0 + height: 50px + width: 50px + line-height: 50px + +[type=checkbox].drawer+* .drawer-close:before + font-size: 50px + @media screen and (max-width: 767px) .button-group flex-direction: row