X-Git-Url: https://git.auder.net/images/diag_mark.svg?a=blobdiff_plain;f=client%2Fsrc%2Fviews%2FHall.vue;h=b7199a7b6922b372075010ebdb917af11b1386ab;hb=01ad8e179268dc62efef0823edde2b09236f9476;hp=61e809e1fc753a94474b6a8b4abf77e1b6212a27;hpb=6d3f6a3064c3c8732e1d4ddf00fd9bf1020ef1d0;p=vchess.git diff --git a/client/src/views/Hall.vue b/client/src/views/Hall.vue index 61e809e1..b7199a7b 100644 --- a/client/src/views/Hall.vue +++ b/client/src/views/Hall.vue @@ -1098,7 +1098,7 @@ export default { } window.V = this.newchallenge.V; let chall = Object.assign({}, this.newchallenge); - if (!this.newchallenge.options) chall.options = { options: {} }; + if (!this.newchallenge.fromPreset) chall.options = { options: {} }; if (V.Options && !this.newchallenge.fromPreset) { // Get/set options variables (if any) / TODO: v-model?! for (const check of this.newchallenge.V.Options.check || []) { @@ -1480,8 +1480,8 @@ div#peopleWrap > .card #chat > .card max-width: 100% - margin: 0; - border: none; + margin: 0 + border: none #players > p margin-left: 5px