upload 1/4

This commit is contained in:
2025-04-01 13:46:03 +07:00
parent 30ebfb6644
commit 5529e9ff1f
14 changed files with 646 additions and 655 deletions

View File

@@ -899,3 +899,31 @@ a {
display: block;
}
}
.template-edit {
.tab-edit {
ul {
margin-left: 5px;
}
.item {
margin-bottom: 10px;
}
li {
list-style: inside;
line-height: 24px;
color: #6b7280;
&.active {
color: #0041e8;
}
}
}
}
.monaco-editor .margin {
border: 1px solid #ececec;
}
.monaco-editor .margin-view-overlays .line-numbers {
text-align: center !important;
color: #000 !important;
}