Skip to content

Commit

Permalink
💄 优化块右上角所属数据库的样式:添加padding
Browse files Browse the repository at this point in the history
  • Loading branch information
Achuan-2 committed Apr 16, 2024
1 parent 9abb441 commit 2a81b57
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion style/database.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ span[data-type='av-add-more']:hover {
}
.protyle-attr--av > span {
/* 添加圆角 */
border-radius: 4px;
padding: 0 0.5em;
border-radius: 0.5em;
}
.protyle-attr--av > span:nth-child(4n + 1) {
/* 每组的第1个 */
Expand Down

0 comments on commit 2a81b57

Please sign in to comment.