X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2FApp.vue;h=18425c0dd43af2d4e25f7bf327065de8f347feb1;hb=bd5c8a789d6ba16c02a77c9c7702c18f68579d69;hp=315dc61e7299b49b7e5d06987fa87090cc10fa10;hpb=3f61a1c8478318aaa10867264a3f3edaf6d44d24;p=vchess.git diff --git a/client/src/App.vue b/client/src/App.vue index 315dc61e..18425c0d 100644 --- a/client/src/App.vue +++ b/client/src/App.vue @@ -1,6 +1,5 @@ @@ -143,6 +133,16 @@ table 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 @@ -175,12 +175,6 @@ 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 @@ -192,13 +186,6 @@ 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 @@ -210,8 +197,8 @@ nav position: absolute top: -22px //padding: -5px 0 0 10px - & > #menuBar - z-index: 5000 //to hide currently selected piece if any + & > #menuBar + z-index: 5000 //to hide currently selected piece if any [type="checkbox"].drawer+* right: -767px