Commit eb569241 by Sixong.Zhu

style

parent 19c37adb
Showing with 7 additions and 1 deletions
......@@ -139,7 +139,8 @@
private tip4Image = `发送图片(最大${MAX_IMAGE_SIZE_STRING})`;
private tip4File = `发送文件(最大${MAX_FILE_SIZE_STRING})`;
private enableFileSelection = false;
private readonly enableFileSelection =
window.location.host.includes("localhost");
private emoji: EmojiItem[] = [];
......@@ -619,6 +620,11 @@
.file-size {
margin-top: 10px;
}
svg {
max-width: 70px;
max-height: 50px;
}
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment