diff --git a/src/admin/templets/templets_one.htm b/src/admin/templets/templets_one.htm
index dfb9615c..2fab56f1 100644
--- a/src/admin/templets/templets_one.htm
+++ b/src/admin/templets/templets_one.htm
@@ -17,25 +17,27 @@
diff --git a/src/admin/templets/tpl_edit.htm b/src/admin/templets/tpl_edit.htm
index 4f917bc0..d5c3274e 100644
--- a/src/admin/templets/tpl_edit.htm
+++ b/src/admin/templets/tpl_edit.htm
@@ -41,7 +41,7 @@
diff --git a/src/static/web/css/admin.css b/src/static/web/css/admin.css
index 924bba21..9e822518 100644
--- a/src/static/web/css/admin.css
+++ b/src/static/web/css/admin.css
@@ -677,6 +677,9 @@ body.menu-show .admin-content {
.admin-btns {
margin:-0.5rem
}
+.admin-btns input,.admin-btns select,.admin-btns button,.admin-btns .btn {
+ margin:0.5rem!important
+}
.container-fluid {
padding:1rem
}
@@ -771,7 +774,7 @@ input,select,textarea,.adminmodal,.fastselect .topcat,.mysource,.mywriter,.tipsl
border-radius:var(--b-radius-sm)!important
}
.btn+.btn {
- margin-left:0.5rem!important
+ margin-left:1rem
}
.shadow-sm {
box-shadow:0 0.125rem 0.25rem rgba(0,0,0,0.015)!important
diff --git a/src/static/web/css/style.css b/src/static/web/css/style.css
index 270875ab..31b1b436 100644
--- a/src/static/web/css/style.css
+++ b/src/static/web/css/style.css
@@ -438,7 +438,7 @@ a:hover,.item-theme:hover,.item-news:hover,.table-hover tbody tr:hover {
border-bottom-right-radius:0!important
}
.btn+.btn {
- margin-left:0.5rem
+ margin-left:1rem
}
.shadow-sm {
box-shadow:0 0.125rem 0.25rem rgba(0,0,0,0.015)!important