Migrate to Vue.js #28

Merged
jakob.scheid merged 22 commits from feature/migrate-to-vue-js into main 2026-05-07 14:20:13 +02:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit d5e19b6aee - Show all commits
+1 -1
View File
@@ -10,7 +10,7 @@ import Navbar from './features/nav/components/Navbar.vue';
</div>
</template>
<style>
<style scoped>
.content-background {
background:
radial-gradient(ellipse at 40% 60%, rgba(255,255,255,0.55) 0%, transparent 75%),
+1 -1
View File
@@ -5,7 +5,7 @@
</div>
</template>
<style>
<style scoped>
.search-wrapper {
--submit-button-padding-y: 8px;
--submit-button-content-height: 18px;
+1 -1
View File
@@ -17,7 +17,7 @@ import Searchbar from '../features/search/components/Searchbar.vue'
</div>
</template>
<style>
<style scoped>
.global-header {
text-align: center;
display: flex;