Make searchbar wider

This commit is contained in:
2026-05-07 18:22:51 +02:00
parent 1a3d1080b9
commit 93aec1c44d
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -50,4 +50,8 @@ import Searchbar from '../features/search/components/Searchbar.vue'
margin: 0;
font-size: small;
}
#search-form {
width: 70%;
}
</style>