mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-21 22:44:06 +01:00
💚
This commit is contained in:
parent
3ab32327f3
commit
90516de22e
9 changed files with 23 additions and 9 deletions
|
|
@ -66,6 +66,20 @@ body {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
&.body--window.body--win32 .fullscreen {
|
||||
& > .protyle-breadcrumb,
|
||||
& > .block__icons {
|
||||
padding-right: 126px;
|
||||
}
|
||||
}
|
||||
|
||||
&.body--window .fullscreen {
|
||||
& > .protyle-breadcrumb,
|
||||
& > .block__icons {
|
||||
height: 42px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
ul,
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<style id="editorFontSize" type="text/css"></style>
|
||||
<style id="editorAttr" type="text/css"></style>
|
||||
</head>
|
||||
<body class="fn__flex-column">
|
||||
<body class="fn__flex-column body--window">
|
||||
<div id="loading" class="b3-dialog b3-dialog--open">
|
||||
<div class="b3-dialog__scrim" style="background-color: #212224"></div>
|
||||
<img style="position: absolute;width: 36vh;" src="../../icon.png">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue