@wizishop/img-manager 15.2.10 → 15.2.11

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wizishop/img-manager",
3
- "version": "15.2.10",
3
+ "version": "15.2.11",
4
4
  "description": "The best and the most beautiful image manager.",
5
5
  "repository": {
6
6
  "type": "git",
Binary file
@@ -940,9 +940,9 @@ $tag-radius: rem(20px)!default;
940
940
  z-index: 1;
941
941
 
942
942
  &--full {
943
- max-height: calc(100vh - 160px)!important;
944
- height: calc(100vh - 160px)!important;
945
- min-height: calc(100vh - 160px) !important;
943
+ max-height: calc(100vh - 160px);
944
+ height: calc(100vh - 160px);
945
+ min-height: calc(100vh - 160px) ;
946
946
  }
947
947
 
948
948
  &--smallDisplay {
@@ -966,12 +966,15 @@ $tag-radius: rem(20px)!default;
966
966
  &--hide {
967
967
  &--mosaic {
968
968
  min-height: 100px !important;
969
+ height: auto;
969
970
  &--small {
970
971
  min-height: unset !important;
972
+ height: auto;
971
973
  }
972
974
  }
973
975
  &--table {
974
976
  min-height: 170px !important;
977
+ height: auto;
975
978
  }
976
979
 
977
980
  }
@@ -1979,8 +1982,8 @@ $tag-radius: rem(20px)!default;
1979
1982
 
1980
1983
  &__scroll {
1981
1984
  position: relative;
1982
- max-height: calc(100vh - 50px)!important;
1983
- height: 100%;
1985
+ max-height: calc(100vh - 50px);
1986
+ height: calc(100vh - 160px);
1984
1987
 
1985
1988
  &--smallDisplay {
1986
1989
  max-height: 275px!important;
@@ -1989,6 +1992,14 @@ $tag-radius: rem(20px)!default;
1989
1992
  min-height: calc(100vh - 90px) !important;
1990
1993
  }
1991
1994
  }
1995
+
1996
+ &--noResult {
1997
+ max-height: 100px!important;
1998
+ }
1999
+
2000
+ &--hide {
2001
+ display: none;
2002
+ }
1992
2003
  }
1993
2004
 
1994
2005
  &__search {
Binary file