Fix: Miscellaneous visual fixes in v2.0.0-beta.rc1 2 (#4635)

* Fix filter editor sticky top spacing

* Fix management list long title text alignment

* Fix paperless green using incorrect lightness value
This commit is contained in:
shamoon
2023-11-19 16:13:38 -08:00
committed by GitHub
parent 27edc4e1c5
commit 4e027d0ddc
3 changed files with 3 additions and 2 deletions

View File

@@ -81,7 +81,7 @@
</pngx-page-header>
<div class="row sticky-top pb-3 bg-body">
<div class="row sticky-top py-3 mt-n2 mt-md-n3 bg-body">
<pngx-filter-editor [hidden]="isBulkEditing" [(filterRules)]="list.filterRules" [unmodifiedFilterRules]="unmodifiedFilterRules" [selectionData]="list.selectionData" #filterEditor></pngx-filter-editor>
<pngx-bulk-editor [hidden]="!isBulkEditing"></pngx-bulk-editor>
</div>