Merge branch 'develop' of github.com:thecodingmachine/workadventure
This commit is contained in:
commit
b2ec610027
@ -63,6 +63,7 @@
|
||||
.messagePart {
|
||||
flex-grow: 1;
|
||||
max-width: 100%;
|
||||
user-select: text;
|
||||
|
||||
span.date {
|
||||
font-size: 80%;
|
||||
|
@ -162,6 +162,7 @@ export interface ITiledTileSet {
|
||||
|
||||
imageheight: number;
|
||||
imagewidth: number;
|
||||
columns: number;
|
||||
margin: number;
|
||||
name: string;
|
||||
properties?: ITiledMapProperty[];
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user