Set maximum width of the search bar #42 #43

Merged
jakob.scheid merged 2 commits from feature/limit-searchbar-width into main 2026-05-10 00:50:16 +02:00
Showing only changes of commit b1812764f6 - Show all commits
+1
View File
@@ -58,5 +58,6 @@ import Searchbar from '../features/search/components/Searchbar.vue'
#search-form { #search-form {
width: 70%; width: 70%;
max-width: 624px;
} }
</style> </style>