diff --git a/assets/templates/index.tmpl b/assets/templates/index.tmpl
index 423a59c79..6ff91961d 100644
--- a/assets/templates/index.tmpl
+++ b/assets/templates/index.tmpl
@@ -38,8 +38,9 @@
diff --git a/assets/templates/rainbow.tmpl b/assets/templates/rainbow.tmpl
index 7b67d39d2..4b026adaa 100644
--- a/assets/templates/rainbow.tmpl
+++ b/assets/templates/rainbow.tmpl
@@ -19,7 +19,7 @@
-
+
diff --git a/frontend/src/css/app.css b/frontend/src/css/app.css
index 093a4d25d..5aa98360a 100644
--- a/frontend/src/css/app.css
+++ b/frontend/src/css/app.css
@@ -304,7 +304,8 @@ body.shared .hidden-shared-only {
border-radius: 50%;
}
-#photoprism div.logo img {
+#photoprism div.logo img,
+#photoprism div.logo svg {
position: absolute;
top: 3px;
left: 3px;
@@ -323,7 +324,8 @@ body.shared .hidden-shared-only {
height: 300px;
}
-#photoprism div.logo-large img {
+#photoprism div.logo-large img,
+#photoprism div.logo-large svg {
position: absolute;
top: 15px;
left: 20px;