From a2a72e5a9148bf021faf1f795eb47695bf03f0d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marvin=20Krau=C3=9Fer?= Date: Sat, 16 May 2026 17:18:45 +0200 Subject: [PATCH] review css component specific --- website/src/Reviews.jsx | 74 ++++++++++++------- .../src/{Reviews.css => Reviews.module.css} | 0 website/src/components/SelectDropdown.css | 3 - website/src/components/SelectDropdown.jsx | 10 +-- 4 files changed, 54 insertions(+), 33 deletions(-) rename website/src/{Reviews.css => Reviews.module.css} (100%) delete mode 100644 website/src/components/SelectDropdown.css diff --git a/website/src/Reviews.jsx b/website/src/Reviews.jsx index a442ee4..e124bbc 100644 --- a/website/src/Reviews.jsx +++ b/website/src/Reviews.jsx @@ -1,5 +1,5 @@ import { useState, useRef, useEffect } from 'react'; -import './Reviews.css'; +import styles from './Reviews.module.css'; import SelectDropdown from './components/SelectDropdown'; function Reviews() { @@ -108,63 +108,87 @@ function Reviews() { return (<>

Reviews

-

I would greatly appreciate receiving a review. You are welcome to write it in either English or German. All fields are optional and all reviews are submitted anonymously.

+

I would greatly appreciate receiving a review. You are welcome to write it in either English or German. All fields are optional and all reviews are submitted anonymously.

-
-
-

Website

+
+
+

Website

+
-
-

Rating

+
+

Rating

+
-
-
-
-
-

Review

+
+

Review

+