PrettyPaste: Add Fork and New button

Signed-off-by: Gunwant Jain <mail@wantguns.dev>
This commit is contained in:
Gunwant Jain
2022-01-16 13:21:15 +05:30
parent 372bbf28d3
commit 449f0c38a9
7 changed files with 80 additions and 7 deletions

View File

@@ -43,7 +43,7 @@ form.highlight {
}
textarea {
height: 100%;
height: 90%;
width: 100%;
background: none;
@@ -100,6 +100,10 @@ button[type="submit"] {
cursor: pointer;
}
button[type="submit"]:hover {
background-color: #be7611;
}
#upload_card {
display: none;
}