X-Git-Url: https://git.auder.net/img/rock_paper_scissors_lizard_spock.gif?a=blobdiff_plain;f=client%2Fsrc%2Fviews%2FProblems.vue;h=9ce2b3fe0445a82bbf2d3e320824808d64880e90;hb=9dca2c935cebcaa3817b4f926f482f9cad4c5b53;hp=d3dfdfd2913c6a779616bec576054b393de3919c;hpb=2f258c37c19c5be20ec68695ddfaec2c21f7f0ae;p=vchess.git diff --git a/client/src/views/Problems.vue b/client/src/views/Problems.vue index d3dfdfd2..9ce2b3fe 100644 --- a/client/src/views/Problems.vue +++ b/client/src/views/Problems.vue @@ -1,8 +1,14 @@ @@ -344,13 +443,24 @@ 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% + +button#loadMoreBtn + display: block + margin: 0 auto + #controls margin: 0 width: 100% @@ -358,6 +468,14 @@ textarea & > * margin: 0 +p.oneInstructions + margin: 0 + padding: 2px 5px + background-color: lightgreen + +#myProblems + display: inline-block + #topPage span.vname font-weight: bold @@ -373,5 +491,4 @@ textarea @media screen and (max-width: 767px) #topPage text-align: center -