mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-20 05:26:53 +01:00
Fix: Miscellaneous v2.0 visual fixes (#4576)
* Fix notes count in tab button wrapping * Fix position of custom fields dropdown on mobile * Limit list view title width * Update messages.xlf
This commit is contained in:
parent
caddcaf807
commit
ef9669cdb6
5 changed files with 29 additions and 24 deletions
|
|
@ -10,6 +10,10 @@ th {
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
th.w-40 {
|
||||
width: 40%;
|
||||
}
|
||||
|
||||
.table-row-selected {
|
||||
background-color: var(--pngx-primary-faded);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue