Skip to content

Commit

Permalink
UX improvements in editor
Browse files Browse the repository at this point in the history
  • Loading branch information
Semphriss committed May 31, 2024
1 parent 54d2bf7 commit 077b901
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#pages {
overflow: scroll;
margin-bottom: 64px;
margin-top: 32px;
}

#loading {
Expand Down Expand Up @@ -78,6 +79,19 @@
padding: 5px;
}

#toolbox::before {
content: '';
color: transparent;
pointer-events: none;
display: inline-block;
position: absolute;
left: calc(50% - 64px);
right: calc(50% - 64px);
top: 2px;
border-top: 3px double #777;
mask: linear-gradient(to right, #0000, #ffff 25%, #ffff 75%, #0000);
}

#toolbar-container {
display: flex;
flex-direction: row;
Expand Down Expand Up @@ -339,10 +353,11 @@
background: #dde;
border-bottom: 1px solid #aac;
box-shadow: 0 0 16px #0007;
height: 48px;
height: 32px;
width: 100%;
display: flex;
position: fixed;
top: 0;
justify-content: center;
align-items: center;
color: #000a;
Expand All @@ -354,7 +369,7 @@
text-align: center;
border: none;
background: none;
font-size: 22px;
font-size: 18px;
}

#doc-name:focus {
Expand Down

0 comments on commit 077b901

Please sign in to comment.