Add edit icon for changing attachment name

This commit is contained in:
Eike Kettner
2020-06-14 14:38:56 +02:00
parent 84a26461ed
commit 0643534994
4 changed files with 218 additions and 18 deletions

View File

@ -83,6 +83,11 @@
padding: 0.8em;
}
.default-layout .menu .item.active a.right-tab-icon-link {
position: relative;
right: -8px;
}
.markdown-preview {
overflow: auto;
max-height: 300px;