@annalib/anna-core 34.0.24 → 34.0.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -4820,7 +4820,7 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
4820
4820
|
}
|
|
4821
4821
|
setFilterAlignmentBasedOnScreenResolution() {
|
|
4822
4822
|
const viewportHeight = window.innerHeight;
|
|
4823
|
-
if (viewportHeight <
|
|
4823
|
+
if (viewportHeight < 910) {
|
|
4824
4824
|
this.filterAlignment = "left right top bottom";
|
|
4825
4825
|
}
|
|
4826
4826
|
else {
|