Skip to content

Commit 089b5ca

Browse files
authored
fix: login theme switch with picture (#352)
1 parent 6a85166 commit 089b5ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unfold/templates/admin/login.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
{% block base %}
2727
<div class="flex min-h-screen">
28-
<div class="flex flex-grow items-center justify-center mx-auto px-4">
28+
<div class="flex flex-grow items-center justify-center mx-auto px-4 relative">
2929
<div class="w-full sm:w-96">
3030
<h1 class="font-semibold mb-10">
3131
<span class="block text-gray-700 dark:text-gray-200">{% trans 'Welcome back to' %}</span>

0 commit comments

Comments
 (0)