mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-08-16 07:43:22 +00:00
Merge branch 'dev' into feature-ai-prompt-templating
This commit is contained in:
@@ -64,6 +64,13 @@ $paperless-card-breakpoints: (
|
||||
}
|
||||
}
|
||||
|
||||
// Popper may place a dropdown above its toggle when the virtual keyboard
|
||||
// reduces the available viewport, increase the z-index so navbar doesn't
|
||||
// obscure it. See github.com/paperless-ngx/paperless-ngx/pull/13694
|
||||
:host ::ng-deep .sticky-top:has(.dropdown-menu.show) {
|
||||
z-index: 1040;
|
||||
}
|
||||
|
||||
@media (max-width: 579.98px) {
|
||||
:host-context(main.mobile-search-hidden) .sticky-top {
|
||||
top: calc(3.5rem - 2px); // height of navbar only when search is hidden
|
||||
|
||||
+1
-1
@@ -69,7 +69,7 @@
|
||||
}
|
||||
</ul>
|
||||
|
||||
<div class="my-3 shadow-sm">
|
||||
<div class="my-3">
|
||||
<ng-container
|
||||
[ngComponentOutlet]="activeSection?.component"
|
||||
#activeOutlet="ngComponentOutlet"
|
||||
|
||||
@@ -66,6 +66,17 @@ $form-check-radio-checked-bg-image-dark: url("data:image/svg+xml,<svg xmlns='htt
|
||||
color: var(--pngx-primary-text-contrast);
|
||||
}
|
||||
|
||||
.dropdown-menu > .list-group-flush:only-child {
|
||||
> .list-group-item:first-child {
|
||||
border-top-left-radius: var(--bs-dropdown-border-radius);
|
||||
border-top-right-radius: var(--bs-dropdown-border-radius);
|
||||
}
|
||||
> .list-group-item:last-child {
|
||||
border-bottom-left-radius: var(--bs-dropdown-border-radius);
|
||||
border-bottom-right-radius: var(--bs-dropdown-border-radius);
|
||||
}
|
||||
}
|
||||
|
||||
// Dark mode
|
||||
@mixin paperless-green-dark-mode {
|
||||
--pngx-primary-lightness: 31%;
|
||||
|
||||
Reference in New Issue
Block a user