mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-29 19:12:27 +08:00
client: recent changes list: remove the dash between the time and the note title from markup
This commit is contained in:
parent
556baf2782
commit
aee8749bac
@ -125,7 +125,6 @@ export default class RecentChangesDialog extends BasicWidget {
|
||||
.text(formattedTime)
|
||||
.attr("title", change.date)
|
||||
)
|
||||
.append(' - ')
|
||||
.append($noteLink));
|
||||
}
|
||||
|
||||
|
@ -1305,3 +1305,7 @@ body.electron.platform-darwin:not(.native-titlebar) .tab-row-container {
|
||||
margin: 8px 10px;
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
.recent-changes-content li > span:first-child::after {
|
||||
content: " - ";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user