Two minor fixes

This commit is contained in:
Felix Dörre 2021-04-21 21:58:16 +02:00
parent c0f69bae67
commit d224199e01
3 changed files with 10 additions and 1 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
workadventure (1.2.4-2) unstable; urgency=medium
* Fix chat dialog spacing
* Improve systemd unit for backend
-- unknown <felix@localhost> Wed, 21 Apr 2021 21:55:41 +0200
workadventure (1.2.4-1) unstable; urgency=medium
* Initial release

View File

@ -6,6 +6,8 @@ User=webspace-user
WorkingDirectory=/var/lib/workadventure/back
Environment=NODE_PATH=node_modules
ExecStart=node --max-old-space-size=4096 server.js
ProtectSystem=Full
ProtectHome=true
[Install]
WantedBy=multi-user.target

View File

@ -1045,7 +1045,7 @@ div.modal-report-user{
.discussion .messages{
position: absolute;
height: calc(100% - 360px);
height: calc(100% - 360px - 36px);
overflow-x: hidden;
overflow-y: auto;
max-width: calc(100% - 40px);