Add footer with links and update UI/UX consistency

This commit is contained in:
2026-01-25 13:00:25 +01:00
parent e4862f1878
commit facc84157c
7 changed files with 46 additions and 13 deletions
+1 -1
View File
@@ -24,6 +24,6 @@ const props = defineProps({
padding: 2px;
padding-right: 10px;
padding-left: 10px;
border-radius: 0px 0px 8px 8px;
border-radius: 0px 0px var(--default-radius) var(--default-radius);
}
</style>