Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Commit

Permalink
Merge pull request #56 from ct0l4/main
Browse files Browse the repository at this point in the history
chore: bug fixes
  • Loading branch information
ct0l4 authored Dec 31, 2023
2 parents 0aa5dc4 + 3c0a905 commit c17106f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _includes/bin_table.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ <h1 id="page-title">Welcome to the hacker zone! Enjoy playing with our <span id=
<h1 class="submit-vm">New VM Submission</h1>
<span class="close-form">&times;</span>
</div>
<p class="form-text">Fill in the form with your vm information. If you want feedback about your upload, please contact us.</p>
<form class="form submit-form" id="vmForm" action="https://discord.com/api/webhooks/1106339439652904980/cV0q-O-LmbSeE1IOA0EbBgpETfSr2C4BILqij9GByCH3Sd30fFXTLah7O9eCio_tyKE6" method="POST">
<div class="form-field">
<label class="form-label" for="name">Name</label>
Expand Down Expand Up @@ -366,6 +367,7 @@ <h1 class="writeup-title"></h1>
<h1 class="submit-writeup"></h1>
<span class="close-form">&times;</span>
</div>
<p class="form-text">Fill in the form with your writeup information. It will be published after a review and will be available to anyone on the website.</p>
<form class="form submit-form" id="writeupForm" action="https://discord.com/api/webhooks/1106339439652904980/cV0q-O-LmbSeE1IOA0EbBgpETfSr2C4BILqij9GByCH3Sd30fFXTLah7O9eCio_tyKE6" method="POST">
<div class="form-field">
<label class="form-label" for="creator">Creator</label>
Expand Down
14 changes: 14 additions & 0 deletions assets/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -796,7 +796,14 @@ details {
grid-template-columns: 4fr 1fr;
align-items: center;
gap: 1rem;
margin-bottom: 0.25rem;
}

.form-text {
margin: 0;
margin-bottom: 1rem;
text-align: start;
font-size: 0.85rem;
}

.form-field {
Expand Down Expand Up @@ -957,6 +964,13 @@ footer p {
width: 160px;
}

.clear-search {
right: 4px;
top: 8px;
padding: 0.1rem;
font-size: 0.8rem;
}

th, td, .level-btn, .badge {
padding: 0.5rem;
font-size: 0.85rem;
Expand Down

0 comments on commit c17106f

Please sign in to comment.