[COMPONENTS][Collection] Actors view template ordering section polished [PLUGINS][RepeatNote] Note to be repeated now uses full note card

[CSS] Simplyfying rules, re-ordering and removing unnecessary and costly 'display: flex' rules
[CARDS][Note] Minimal note macro has info inside the note itself now, since horizontal space is limited
This commit is contained in:
2022-01-21 18:02:27 +00:00
committed by Diogo Peralta Cordeiro
parent f731850f5c
commit e2e1b0172d
16 changed files with 788 additions and 758 deletions

View File

@@ -12,7 +12,7 @@
{{ parent() }}
<div class="page">
<div class="main">
{{ noteView.macro_note_minimal(note) }}
{{ noteView.macro_note(note) }}
{{ form(add_repeat) }}
</div>
</div>

View File

@@ -12,7 +12,7 @@
{{ parent() }}
<div class="page">
<div class="main">
{{ noteView.macro_note_minimal(note) }}
{{ noteView.macro_note(note) }}
{{ form(remove_repeat) }}
</div>
</div>