This commit is contained in:
Kainoa Kanter 2023-09-13 16:28:33 -07:00 committed by GitHub
commit 902dde5fb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 9 deletions

View File

@ -31,6 +31,9 @@ html(lang='en')
a.logo.noselect(href='/') zer0bin
.buttons.noselect
button#save-button.btn(aria-label='Save')
button#copy-button.btn(aria-label='Copy')
button#new-button.btn(aria-label='New paste')
button#markdown-button.btn(aria-label='Markdown')
button#single-view-button.btn(aria-label='Single View')
//- .fireBody(style='visibility: hidden')
@ -38,8 +41,7 @@ html(lang='en')
//- - while (parts--) {
//- .particle
//- - }
button#new-button.btn(aria-label='New paste')
button#copy-button.btn(aria-label='Copy')
button#share-button.btn(aria-label='Share')
a(href='https://github.com/zer0bin-dev/zer0bin' aria-label='GitHub repo')
button#github-button.btn(aria-label='GitHub')

View File

@ -64,7 +64,7 @@ pre {
display: flex;
}
.scrollbar-container {
height: 100%;
height: 90%;
}
.wrapper {
display: flex;
@ -127,16 +127,17 @@ textarea {
}
.button-wrapper {
position: fixed !important;
top: 0;
right: 0;
padding: 0.7rem 0.7rem 0.5rem 0.7rem;
width: 100%;
padding: 0.5rem;
background-color: $bg_surface;
border-bottom-left-radius: 10px;
z-index: 10;
transition: opacity 0.2s, visibility 0.2s;
}
.buttons {
display: flex;
z-index: 10;
position: fixed !important;
top: 1rem;
left: 9rem;
> * {
+ {
* {
@ -211,7 +212,7 @@ a {
.logo {
font-size: 1.8rem;
font-weight: 700;
text-align: center;
text-align: left;
text-decoration: none;
width: 100%;
font-family: $font-mono;