mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-08 15:55:31 +01:00
Fix: increase sidebar xxxl breakpoint to 2400px
This commit is contained in:
parent
0d92648d62
commit
bedd4dafc4
2 changed files with 2 additions and 2 deletions
|
|
@ -27,7 +27,7 @@
|
||||||
max-width: 16.66666667%;
|
max-width: 16.66666667%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 2000px) {
|
@media (min-width: 2400px) {
|
||||||
max-width: 8.33333333%;
|
max-width: 8.33333333%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ $grid-breakpoints: (
|
||||||
lg: 992px,
|
lg: 992px,
|
||||||
xl: 1200px,
|
xl: 1200px,
|
||||||
xxl: 1400px,
|
xxl: 1400px,
|
||||||
xxxl: 2000px
|
xxxl: 2400px
|
||||||
);
|
);
|
||||||
|
|
||||||
@import "node_modules/bootstrap/scss/bootstrap";
|
@import "node_modules/bootstrap/scss/bootstrap";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue