Update migration_home.html

[ci skip]
This commit is contained in:
shamoon
2026-01-22 22:07:12 -08:00
parent f52f9dd325
commit 2964b4b256

View File

@@ -89,11 +89,11 @@
} }
</style> </style>
</head> </head>
<body class="pb-5"> <body class="pb-4">
<div class="container py-5"> <div class="container py-4">
<div class="row justify-content-center mb-4"> <div class="row justify-content-center mb-4">
<div class="col-lg-9"> <div class="col-lg-9">
<div class="hero-card p-4 p-md-5"> <div class="hero-card p-4">
<div class="d-flex flex-wrap align-items-center justify-content-between gap-3"> <div class="d-flex flex-wrap align-items-center justify-content-between gap-3">
<div class="d-flex align-items-center gap-3"> <div class="d-flex align-items-center gap-3">
{% include "paperless-ngx/snippets/svg_logo.html" with extra_attrs="width='280' class='logo'" %} {% include "paperless-ngx/snippets/svg_logo.html" with extra_attrs="width='280' class='logo'" %}
@@ -142,7 +142,7 @@
{% endfor %} {% endfor %}
</div> </div>
{% endif %} {% endif %}
<div class="row g-3 mt-4"> <div class="row g-3 mt-2">
<div class="col-md-6"> <div class="col-md-6">
<div class="d-flex align-items-center gap-2"> <div class="d-flex align-items-center gap-2">
<span class="status-dot bg-{{ export_exists|yesno:'success,danger' }}"></span> <span class="status-dot bg-{{ export_exists|yesno:'success,danger' }}"></span>