mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-05 00:08:49 +01:00
💄 msg
This commit is contained in:
parent
ce04cfcc7a
commit
0fafd470f8
2 changed files with 8 additions and 2 deletions
|
|
@ -2,6 +2,7 @@
|
|||
margin-bottom: 16px;
|
||||
position: relative;
|
||||
transition: transform 0.15s cubic-bezier(0, 0, 0.2, 1) 0ms;
|
||||
text-align: right;
|
||||
|
||||
&--hide {
|
||||
transform: translate3d(calc(20vw + 48px), 0, 0);
|
||||
|
|
@ -52,7 +53,9 @@
|
|||
box-sizing: border-box;
|
||||
box-shadow: 0 3px 5px -1px rgb(0 0 0 / 20%), 0 6px 10px 0 rgb(0 0 0 / 14%), 0 1px 18px 0 rgb(0 0 0 / 12%);
|
||||
word-break: break-word;
|
||||
width: 20vw;
|
||||
max-width: 20vw;
|
||||
text-align: left;
|
||||
display: inline-block;
|
||||
|
||||
a {
|
||||
color: var(--b3-theme-on-primary);
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ import {repos} from "./config/repos";
|
|||
import {openFileById} from "./editor/util";
|
||||
import {bootSync, downloadProgress, progressLoading, setTitle, transactionError} from "./dialog/processSystem";
|
||||
import {promiseTransactions} from "./protyle/wysiwyg/transaction";
|
||||
import {initMessage} from "./dialog/message";
|
||||
import {initMessage, showMessage} from "./dialog/message";
|
||||
|
||||
class App {
|
||||
constructor() {
|
||||
|
|
@ -89,6 +89,9 @@ class App {
|
|||
}
|
||||
setTitle(window.siyuan.languages.siyuanNote);
|
||||
initMessage();
|
||||
showMessage("ddd", 0)
|
||||
showMessage("123123123123123123123123123123123123123123123123123123123123123123123123123123123123123123", 0)
|
||||
showMessage("ddd", 0)
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue