Fix for the Redmine Hearts plugin

This commit is contained in:
Guillaume AGNIERAY
2023-03-23 22:21:42 +01:00
parent 3275e1b9aa
commit 9d2eed48f8
2 changed files with 9 additions and 1 deletions

View File

@@ -473,6 +473,14 @@
}
}
.controller-hearts .recent-heart-list li {
padding: $padding-large-vertical;
}
#wiki_form.new_content + .wiki_page--heart,
#wiki_form.new_content + .heart-link-with-count {
display: none;
}
//
// Redmine Time Tracker

File diff suppressed because one or more lines are too long