From b4121f9c018117f75fa0b8a8553dff7a035b80bc Mon Sep 17 00:00:00 2001 From: ct0l4 Date: Sat, 30 Dec 2023 23:56:54 +0000 Subject: [PATCH 1/2] fix: add text to make forms clearer --- _includes/bin_table.html | 2 ++ assets/style.scss | 7 +++++++ 2 files changed, 9 insertions(+) diff --git a/_includes/bin_table.html b/_includes/bin_table.html index b68ced9..ac0331f 100644 --- a/_includes/bin_table.html +++ b/_includes/bin_table.html @@ -70,6 +70,7 @@

Welcome to the hacker zone! Enjoy playing with our New VM Submission

× +

Fill in the form with your vm information. If you want feedback about your upload, please contact us.

@@ -366,6 +367,7 @@

×
+

Fill in the form with your writeup information. It will be published after a review and will be available to anyone on the website.

diff --git a/assets/style.scss b/assets/style.scss index 40a30f9..6264e14 100644 --- a/assets/style.scss +++ b/assets/style.scss @@ -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 { From 3c0a90562aef266730bc14623463bcd36179d9ed Mon Sep 17 00:00:00 2001 From: ct0l4 Date: Sun, 31 Dec 2023 00:02:34 +0000 Subject: [PATCH 2/2] style: fix position on mobile view --- assets/style.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/assets/style.scss b/assets/style.scss index 6264e14..8377383 100644 --- a/assets/style.scss +++ b/assets/style.scss @@ -964,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;