diff --git a/BDSM/static/css/style.css b/BDSM/static/css/style.css
index 581e977..f447c5c 100644
--- a/BDSM/static/css/style.css
+++ b/BDSM/static/css/style.css
@@ -17,6 +17,12 @@ body {
color: #606984;
}
+.search-bar {
+ float: right;
+ padding: 5px;
+ display: flex;
+}
+
.visibility-icon .fa-globle {
color: #388E3C;
}
diff --git a/BDSM/templates/base.html b/BDSM/templates/base.html
index 11eb689..1550606 100644
--- a/BDSM/templates/base.html
+++ b/BDSM/templates/base.html
@@ -30,7 +30,11 @@
主页
设置
存档
-
+
+
{% block content %}{% endblock %}