mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-13 01:57:08 +01:00
Nicer slim sidebar transitioning, dark mode fixes, fix tests by making settings taller
This commit is contained in:
parent
aa55162e2e
commit
e0f93c26d6
6 changed files with 34 additions and 10 deletions
|
|
@ -22,7 +22,7 @@ $paperless-card-breakpoints: (
|
|||
);
|
||||
|
||||
.row-cols-paperless-cards {
|
||||
// xs, we dont want in .col.slim block
|
||||
// xs, we dont want in .col-slim block
|
||||
> * {
|
||||
flex: 0 0 auto;
|
||||
width: calc(100% / 2);
|
||||
|
|
@ -38,12 +38,12 @@ $paperless-card-breakpoints: (
|
|||
}
|
||||
}
|
||||
|
||||
::ng-deep .col.slim .row-cols-paperless-cards {
|
||||
::ng-deep .col-slim .row-cols-paperless-cards {
|
||||
@each $width, $n_cols in $paperless-card-breakpoints {
|
||||
@media(min-width: $width) {
|
||||
> * {
|
||||
flex: 0 0 auto;
|
||||
width: calc(100% / ($n-cols + 1));
|
||||
width: calc(100% / ($n-cols + 1)) !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue