fixed responsive styles of the OAuth2 providers list
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user