mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-08 05:32:33 +01:00
This commit is contained in:
parent
8a2a724341
commit
5cb7e68e0a
4 changed files with 71 additions and 30 deletions
|
|
@ -166,6 +166,18 @@
|
|||
}
|
||||
}
|
||||
|
||||
.side-mask {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
z-index: 219;
|
||||
background-color: #000;
|
||||
opacity: 0;
|
||||
transition: opacity 150ms linear;
|
||||
}
|
||||
|
||||
#model {
|
||||
.config-about__logo {
|
||||
display: flex;
|
||||
|
|
|
|||
|
|
@ -60,5 +60,6 @@
|
|||
<div id="message" class="b3-snackbars"></div>
|
||||
<div id="status" class="status status--hide"></div>
|
||||
<div id="keyboardToolbar" class="keyboard fn__none"></div>
|
||||
<div class="side-mask fn__none"></div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue