refactor mac service

This commit is contained in:
rustdesk
2022-01-17 12:05:06 +08:00
parent a12f24bf16
commit 5af1258454
22 changed files with 173 additions and 171 deletions

View File

@@ -25,6 +25,11 @@ body {
color: color(text);
}
div {
word-wrap: break-word;
// word-break: break-all; // this will break english word
}
button.button {
height: 2em;
border-radius: 0.5em;
@@ -257,8 +262,6 @@ div.msgbox div.right-side div {
div.msgbox div.text {
margin-top: 0.5em;
word-wrap: break-word;
word-break: break-all;
}
@media platform != "OSX" {