aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetri Hienonen <petri.hienonen@gmail.com>2025-11-17 14:55:42 +0200
committerPetri Hienonen <petri.hienonen@gmail.com>2025-11-17 14:55:42 +0200
commitf5b337e56b32d3adeac64d5aa62fb3b7a76a838b (patch)
tree17870974ac1065350e8896d1269ad0648d9dec14
parentbd20853c52328cd55f7f63f50f1b9234fa830ba6 (diff)
downloadhousing-f5b337e56b32d3adeac64d5aa62fb3b7a76a838b.tar.zst
Remove remnant styles
-rw-r--r--app/index.html27
1 files changed, 0 insertions, 27 deletions
diff --git a/app/index.html b/app/index.html
index 37a72dc..60730fa 100644
--- a/app/index.html
+++ b/app/index.html
@@ -10,33 +10,6 @@
<title>Search Engine - Helsinki</title>
<style>
- /* Ensure the layout doesn't collapse on resize */
- #app {
- min-width: 1024px;
- }
-
- /* Improve scrollbar styling */
- #house-list-container::-webkit-scrollbar,
- #controls::-webkit-scrollbar {
- width: 6px;
- }
-
- #house-list-container::-webkit-scrollbar-track,
- #controls::-webkit-scrollbar-track {
- background: #f1f1f1;
- }
-
- #house-list-container::-webkit-scrollbar-thumb,
- #controls::-webkit-scrollbar-thumb {
- background: #c1c1c1;
- border-radius: 3px;
- }
-
- #house-list-container::-webkit-scrollbar-thumb:hover,
- #controls::-webkit-scrollbar-thumb:hover {
- background: #a8a8a8;
- }
-
@font-face {
font-family: "Roboto Mono";
font-optical-sizing: auto;