fixed responsive styles of the OAuth2 providers list

This commit is contained in:
Gani Georgiev
2024-11-18 07:51:19 +02:00
parent 19ea9cca36
commit 14aaeb06fc
30 changed files with 37 additions and 38 deletions
@@ -34,7 +34,6 @@
{#if collection.type == "auth" && collection.oauth2?.enabled && !collection.oauth2.providers?.length}
<i
class="ri-alert-line txt-sm link-hint"
title=""
aria-hidden="true"
use:tooltip={"OAuth2 auth is enabled but the collection doesn't have any registered providers"}
/>
@@ -73,7 +73,7 @@
<div class="grid grid-sm">
{#each filteredProviders as provider (provider.key)}
<div class="col-lg-6">
<div class="col-6">
<button type="button" class="provider-card handle" on:click={() => select(provider)}>
<figure class="provider-logo">
{#if provider.logo}