mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-10 16:46:50 +01:00
Feature: live preview of storage path (#7870)
This commit is contained in:
parent
8dd355f6bf
commit
024b60638a
15 changed files with 426 additions and 54 deletions
|
|
@ -21,7 +21,8 @@ $form-file-button-hover-bg: var(--pngx-bg-alt);
|
|||
|
||||
// Paperless-ngx styles
|
||||
body {
|
||||
font-size: 0.875rem;
|
||||
--pngx-body-font-size: 0.875rem;
|
||||
font-size: var(--pngx-body-font-size);
|
||||
height: 100vh;
|
||||
}
|
||||
|
||||
|
|
@ -653,6 +654,10 @@ code {
|
|||
filter: invert(0.5) saturate(0);
|
||||
}
|
||||
|
||||
.accordion-button {
|
||||
font-size: var(--pngx-body-font-size);
|
||||
}
|
||||
|
||||
.me-1px {
|
||||
margin-right: 1px !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue