mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-06 16:58:49 +01:00
📱 boot
This commit is contained in:
parent
eaf29d918a
commit
83b3e8838f
1 changed files with 2 additions and 4 deletions
|
|
@ -10,8 +10,6 @@
|
|||
}
|
||||
|
||||
body {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
background: #1e1f22;
|
||||
|
|
@ -22,10 +20,10 @@
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="bg" style="width: 100%;display: flex;justify-content: space-around;flex: 1;">
|
||||
<div id="bg" style="width: 100%;display: flex;justify-content: space-around;height: 100%;">
|
||||
<img style="width:36vh;align-self: center;" src="icon.png"/>
|
||||
</div>
|
||||
<div style="position: relative">
|
||||
<div style="position: absolute;bottom: 0;width: 100%;">
|
||||
<div style="position: absolute;height: 1px;background-color: #3b3e43;width: 100%;top:0"></div>
|
||||
<div id="progress"
|
||||
style="position: absolute;height: 1px;background-color: #d23f31;transition: width 50ms cubic-bezier(0, 0, 0.2, 1);top:0"></div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue