X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2FApp.vue;h=18425c0dd43af2d4e25f7bf327065de8f347feb1;hb=b9a5fe01da415dfbea740651c04e6e10dace2c21;hp=d720b6ebc0e810a156c9b60d7ecaee53dc94ee46;hpb=89021f181ac0689bbc785ce0ebd9a910e66352b0;p=vchess.git diff --git a/client/src/App.vue b/client/src/App.vue index d720b6eb..18425c0d 100644 --- a/client/src/App.vue +++ b/client/src/App.vue @@ -1,6 +1,5 @@ @@ -99,9 +90,11 @@ body -moz-osx-font-smoothing: grayscale .container + // 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 @@ -112,9 +105,6 @@ header align-items: center justify-content: center margin: 0 auto - & > img - width: 30px - height: 30px .clickable cursor: pointer @@ -125,6 +115,39 @@ header .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 @@ -152,14 +175,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 @@ -168,27 +186,31 @@ 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 + font-size: 32px position: absolute - top: -12px + top: -22px //padding: -5px 0 0 10px + & > #menuBar + z-index: 5000 //to hide currently selected piece if any [type="checkbox"].drawer+* right: -767px +[type=checkbox].drawer+* .drawer-close + top: -10px + left: var(--universal-margin) + right: 0 + +[type=checkbox].drawer+* .drawer-close:before + font-size: 50px + @media screen and (max-width: 767px) .button-group flex-direction: row @@ -197,12 +219,13 @@ nav border-top: 0 footer + height: 45px border: 1px solid #ddd + box-sizing: border-box //background-color: #000033 font-size: 1rem width: 100% - padding-left: 0 - padding-right: 0 + padding: 0 display: inline-flex align-items: center justify-content: center @@ -211,7 +234,7 @@ footer text-decoration: none & > .menuitem display: inline-block - margin: 0 10px + margin: 0 12px &:link color: #2c3e50 &:visited, &:hover @@ -219,7 +242,7 @@ footer text-decoration: none & > p display: inline-block - margin: 0 10px + margin: 0 12px @media screen and (max-width: 767px) footer