diff --git a/frontend/src/components/Gallery.vue b/frontend/src/components/Gallery.vue
index b53f174..0f89c62 100644
--- a/frontend/src/components/Gallery.vue
+++ b/frontend/src/components/Gallery.vue
@@ -3,7 +3,10 @@
-
+
+
+
+
@@ -255,6 +258,9 @@ const contextMenu = (ev: MouseEvent, doc: Doc) => {
align-items: end;
}
.breadcrumb {
- border-radius: .5em;
+ border-radius: .5em 0 0 .5em;
+}
+.spacer {
+ flex: 0 1000000000 4rem;
}