PrettyPaste: Add Fork and New button
Signed-off-by: Gunwant Jain <mail@wantguns.dev>
This commit is contained in:
parent
372bbf28d3
commit
449f0c38a9
7 changed files with 80 additions and 7 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue