X-Git-Url: https://git.auder.net/images/pieces/%22%20%20V.getPpath%28board%5Bi%5D%5Bj%5D%29%20%20%20%22.svg?a=blobdiff_plain;f=client%2Fsrc%2Fviews%2FProblems.vue;h=ef05e12133b435c030590b1605e88049a1711b5f;hb=cafe016679ee9c14bf7bf0a37104ade7f74aff89;hp=7c81e6782447e4e0dec7263f1f09755cfe215b6e;hpb=bd76b45611cbb58dcf774745a4d690277a82aacd;p=vchess.git diff --git a/client/src/views/Problems.vue b/client/src/views/Problems.vue index 7c81e678..ef05e121 100644 --- a/client/src/views/Problems.vue +++ b/client/src/views/Problems.vue @@ -1,8 +1,14 @@ @@ -323,26 +385,45 @@ export default { [type="checkbox"].modal+div .card max-width: 767px max-height: 100% + #inputFen width: 100% + textarea width: 100% + #diagram margin: 0 auto max-width: 400px + +table#tProblems + max-height: 100% + #controls margin: 0 width: 100% text-align: center & > * margin: 0 + +p.oneInstructions + margin: 0 + padding: 2px 5px + background-color: lightgreen + #topPage - span + span.vname font-weight: bold + padding-left: var(--universal-margin) + span.uname + padding-left: var(--universal-margin) margin: 0 auto & > .nomargin margin: 0 & > .marginleft margin: 0 0 0 15px +@media screen and (max-width: 767px) + #topPage + text-align: center