X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2Fviews%2FProblems.vue;h=bcfb3a3939cb2989b711dc4565eae6e74f7fbe88;hp=9fa2d796cf6afff0cf6dd2a973423d37fa841861;hb=a9e7935190d8fc112e674add05e86b8d0152e8df;hpb=98fb976e16bd19564c960d64fceda49955c14fa6 diff --git a/client/src/views/Problems.vue b/client/src/views/Problems.vue index 9fa2d796..bcfb3a39 100644 --- a/client/src/views/Problems.vue +++ b/client/src/views/Problems.vue @@ -1,8 +1,14 @@ @@ -350,13 +473,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% @@ -364,6 +498,14 @@ textarea & > * margin: 0 +p.oneInstructions + margin: 0 + padding: 2px 5px + background-color: lightgreen + +#myProblems + display: inline-block + #topPage span.vname font-weight: bold @@ -379,5 +521,4 @@ textarea @media screen and (max-width: 767px) #topPage text-align: center -