@@ -34,6 +42,18 @@
+
+
+
+
+
+
+
+
{{ gallery.title }}
-
{% for item in gallery.items %}
diff --git a/common/static/scss/_common.scss b/common/static/scss/_common.scss
index c8e41878..4d6092aa 100644
--- a/common/static/scss/_common.scss
+++ b/common/static/scss/_common.scss
@@ -106,6 +106,12 @@ details {
opacity: 0.5;
}
+.shelf {
+ .action {
+ margin-top: 0.1em;
+ }
+}
+
.action {
width: max-content;
float: right;
diff --git a/journal/templates/profile.html b/journal/templates/profile.html
index b2ab368b..82a1add5 100644
--- a/journal/templates/profile.html
+++ b/journal/templates/profile.html
@@ -42,6 +42,18 @@
{% if request.user.is_authenticated %}
+
+
+
+
+
+
+
+
书影音日历
{% if year %}
@@ -67,6 +79,18 @@