mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-08-14 00:26:21 +00:00
Feature: live preview of storage path (#7870)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user