From 4451acbf0b7c6e68c55f455a130aa9d87af8befa Mon Sep 17 00:00:00 2001 From: Yannic Schroeder Date: Sun, 20 Feb 2022 01:21:30 +0100 Subject: [PATCH] Migrate Bootstrap utilities to v5 Names of utility classes have changed: https://getbootstrap.com/docs/5.0/migration/#utilities --- .../app-frame/app-frame.component.html | 22 ++++++++--------- .../date-dropdown.component.html | 2 +- .../filterable-dropdown.component.html | 2 +- .../toggleable-dropdown-button.component.html | 8 +++---- .../common/input/tags/tags.component.html | 2 +- .../saved-view-widget.component.html | 2 +- .../upload-file-widget.component.html | 2 +- .../document-detail.component.html | 8 +++---- .../metadata-collapse.component.html | 2 +- .../bulk-editor/bulk-editor.component.html | 16 ++++++------- .../document-card-large.component.html | 24 +++++++++---------- .../document-card-small.component.html | 18 +++++++------- .../document-list.component.html | 12 +++++----- .../filter-editor.component.html | 10 ++++---- .../correspondent-list.component.html | 2 +- .../document-type-list.component.html | 2 +- .../manage/logs/logs.component.html | 2 +- .../manage/settings/settings.component.html | 6 ++--- .../manage/tag-list/tag-list.component.html | 2 +- src-ui/src/theme_dark.scss | 6 ++--- 20 files changed, 75 insertions(+), 75 deletions(-) diff --git a/src-ui/src/app/components/app-frame/app-frame.component.html b/src-ui/src/app/components/app-frame/app-frame.component.html index 3ef3a9d20..f1df1cd09 100644 --- a/src-ui/src/app/components/app-frame/app-frame.component.html +++ b/src-ui/src/app/components/app-frame/app-frame.component.html @@ -4,13 +4,13 @@ (click)="isMenuCollapsed = !isMenuCollapsed"> - - + + Paperless-ngx -
+ diff --git a/src-ui/src/app/components/common/date-dropdown/date-dropdown.component.html b/src-ui/src/app/components/common/date-dropdown/date-dropdown.component.html index e034e5a57..6c86a8682 100644 --- a/src-ui/src/app/components/common/date-dropdown/date-dropdown.component.html +++ b/src-ui/src/app/components/common/date-dropdown/date-dropdown.component.html @@ -4,7 +4,7 @@