application-spacing-fix #110

Merged
Ajdj100 merged 4 commits from application-spacing-fix into main 2025-12-16 10:08:18 -06:00
Showing only changes of commit e9fadc724e - Show all commits

View File

@@ -125,7 +125,7 @@ async function handleDeny(id) {
</script> </script>
<template> <template>
<div v-if="!loading" class="w-full h-20"> <div v-if="!loading" class="w-full">
<div v-if="unauthorized" class="flex justify-center w-full my-10"> <div v-if="unauthorized" class="flex justify-center w-full my-10">
You do not have permission to view this application. You do not have permission to view this application.
</div> </div>