X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2FApp.vue;h=b98618bf7645b6ca09e2426626c2133761fb2bba;hb=5b3dc10e34bf5bf970494be6ee1fa0b67e2ca88c;hp=d65d3806f2427b1e45a54f37c7d48390f5286bea;hpb=aafe9f160744bf8f507d1cebd398cc11d798e090;p=vchess.git diff --git a/client/src/App.vue b/client/src/App.vue index d65d3806..b98618bf 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,17 +186,9 @@ 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 - z-index: 5000 //to hide currently selected piece if any height: 42px border: none & > label.drawer-toggle @@ -211,6 +197,8 @@ nav position: absolute top: -22px //padding: -5px 0 0 10px + & > #menuBar + z-index: 5000 //to hide currently selected piece if any [type="checkbox"].drawer+* right: -767px