Merge branch 'develop' of github.com:thecodingmachine/workadventure

This commit is contained in:
_Bastler 2022-01-04 13:31:14 +01:00
commit b2ec610027
3 changed files with 3 additions and 1 deletions

View File

@ -63,6 +63,7 @@
.messagePart {
flex-grow: 1;
max-width: 100%;
user-select: text;
span.date {
font-size: 80%;

View File

@ -162,6 +162,7 @@ export interface ITiledTileSet {
imageheight: number;
imagewidth: number;
columns: number;
margin: number;
name: string;
properties?: ITiledMapProperty[];

View File

@ -1025,7 +1025,7 @@ div.action.danger p.action-body{
width: 100%;
height: 100%;
pointer-events: none;
z-index: 2;
user-select: none;
& > div {
position: relative;