mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-07-30 18:27:45 -05:00
Fix heights on transitions, text/plain display in dark mode
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
.h2 {
|
||||
min-height: calc(1.325rem + 0.9vw);
|
||||
}
|
||||
|
||||
@media (min-width: 1200px) {
|
||||
.h2 {
|
||||
min-height: 2.8rem;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user