mirror of
https://github.com/michivonah/click-guide.git
synced 2025-12-22 22:16:28 +01:00
add import guide function to editor/viewer
This commit is contained in:
parent
0d95e29afb
commit
4845a4a3a6
3 changed files with 106 additions and 35 deletions
|
|
@ -32,6 +32,11 @@ body{
|
|||
padding: 20px 0;
|
||||
}
|
||||
|
||||
/* Mode selection */
|
||||
body.viewer .editor {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Navigation & Tool List */
|
||||
.nav{
|
||||
position: fixed;
|
||||
|
|
@ -59,6 +64,7 @@ body{
|
|||
box-sizing: border-box;
|
||||
background: var(--white);
|
||||
border-radius: 20px;
|
||||
z-index: 999;
|
||||
}
|
||||
|
||||
.toolBtn{
|
||||
|
|
@ -76,7 +82,7 @@ body{
|
|||
transition: var(--transition);
|
||||
}
|
||||
|
||||
.toolBtn p{
|
||||
.toolBtn p, .toolBtn input{
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue