added callback url to the socialite settings

This commit is contained in:
Čarodej
2022-03-05 16:55:02 +01:00
parent 5829eaacc4
commit 81f227c5e7
4 changed files with 35 additions and 8 deletions

View File

@@ -28,4 +28,8 @@
.grid-view-sidebar {
@apply grid grid-cols-3 content-start md:grid-cols-2 lg:grid-cols-3 lg:gap-2 xl:grid-cols-4 xl:gap-4 2xl:grid-cols-5;
}
.page-link {
@apply block flex h-8 w-8 cursor-pointer items-center justify-center rounded-lg text-sm font-bold transition duration-200 hover:bg-light-background;
}