Skip to content

Commit

Permalink
style: toolbar to top
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4007 committed Dec 4, 2023
1 parent a629247 commit 9230f7b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions static/style/inverted-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
/* overflow: scroll; */
scrollbar-width: none;
-ms-overflow-style: none;
padding: calc(50vh - 56px) 0;
padding: calc(25vh - 56px) 0;
}
&::-webkit-scrollbar {
display: none;
Expand Down Expand Up @@ -263,11 +263,11 @@
position: fixed;
width: calc(100vw - 8px);
height: 48px;
bottom: 0;
top: 0;
backdrop-filter: blur(8px);
padding: 4px;
display: flex;
border-top: 1px solid #7f7f7f20;
border-bottom: 1px solid #7f7f7f20;
justify-content: center;
-webkit-backdrop-filter: blur(8px);
justify-content: space-between;
Expand Down
7 changes: 4 additions & 3 deletions static/style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@
/* overflow: scroll; */
scrollbar-width: none;
-ms-overflow-style: none;
padding: calc(25vh - 56px) 0;
/* padding: calc(25vh - 56px) 0; */
padding: 56px 0;
}
&::-webkit-scrollbar {
display: none;
Expand Down Expand Up @@ -263,11 +264,11 @@
position: fixed;
width: calc(100vw - 8px);
height: 48px;
bottom: 0;
top: 0;
backdrop-filter: blur(8px);
padding: 4px;
display: flex;
border-top: 1px solid #80808020;
border-bottom: 1px solid #80808020;
justify-content: center;
-webkit-backdrop-filter: blur(8px);
justify-content: space-between;
Expand Down

0 comments on commit 9230f7b

Please sign in to comment.