mirror of
https://github.com/zadam/trilium.git
synced 2025-01-16 03:58:53 +08:00
attr detail small visual tweaks
This commit is contained in:
parent
3c224e80ee
commit
5c55278c59
1 changed files with 3 additions and 1 deletions
|
@ -46,6 +46,8 @@ const TPL = `
|
|||
.close-attr-detail-button {
|
||||
font-size: x-large;
|
||||
cursor: pointer;
|
||||
position: relative;
|
||||
top: -2px;
|
||||
}
|
||||
|
||||
.attr-save-delete-button-container {
|
||||
|
@ -58,7 +60,7 @@ const TPL = `
|
|||
}
|
||||
</style>
|
||||
|
||||
<div style="display: flex; justify-content: space-between;">
|
||||
<div style="display: flex; justify-content: space-between; margin-bottom: 8px;">
|
||||
<h5 class="attr-detail-title"></h5>
|
||||
|
||||
<span class="bx bx-x close-attr-detail-button"></span>
|
||||
|
|
Loading…
Reference in a new issue