Mostly add OpenIdClients UI

This commit is contained in:
Johannes Zellner
2025-01-19 19:53:29 +01:00
parent 7f91e85df8
commit 4045a16e27
5 changed files with 168 additions and 22 deletions

View File

@@ -387,24 +387,3 @@ onMounted(async () => {
</Section>
</div>
</template>
<style scoped>
.info-row {
display: flex;
}
.info-label {
font-weight: bold;
flex-basis: 50%;
}
.info-value {
flex-basis: 50%;
text-align: right;
text-overflow: ellipsis;
overflow: hidden;
text-wrap: nowrap;
}
</style>