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