X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Fcomponents%2FUserBio.vue;h=b8a2d41fe27c5f8cc2cc268c64c218971ad6b4ee;hb=d20657a67d3cc1b0bb9c319750e4f7cc78376228;hp=eed423a6122ae1993a98cdb48ce2f49c87a1dd7f;hpb=ad16f8397b0d8a22897537e2f76b4388182a84af;p=vchess.git diff --git a/client/src/components/UserBio.vue b/client/src/components/UserBio.vue index eed423a6..b8a2d41f 100644 --- a/client/src/components/UserBio.vue +++ b/client/src/components/UserBio.vue @@ -94,6 +94,7 @@ export default { else if (this.modeEdit) this.adjustHeight(); }, sendBio: function() { + this.modeEdit = false; ajax( "/userbio", "PUT", @@ -126,10 +127,13 @@ export default { max-width: 500px max-height: 100% -.buttons > button - margin-bottom: 0 +.buttons + text-align: center + & > button + margin-bottom: 0 h3 + text-align: center margin-bottom: 5px textarea