v-eris 1.0.246 → 1.0.248

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": "v-eris",
3
- "version": "1.0.246",
3
+ "version": "1.0.248",
4
4
  "description": "",
5
5
  "bootstrapVersion": 3,
6
6
  "styleLoaders": [],
@@ -253,6 +253,7 @@
253
253
  position: relative;
254
254
  height: auto !important;
255
255
  display: flex !important;
256
+ max-height: none;
256
257
  border-radius: 4px;
257
258
  box-shadow: none;
258
259
  background-color: mix( var( --element-bg ), var( --element-accent ), calc(90% * var(--element-text-multi-main)), 13% );
@@ -37,7 +37,7 @@
37
37
  &-inactive{
38
38
  border-color: transparent;
39
39
  box-shadow: 0 0 0px 0px transparent;
40
- background-color: mix( var( --element-bg ), var( --element-accent ), calc(90% * var(--element-text-multi-main)), 4% );
40
+ background-color: mix( var( --element-bg ), var( --element-accent ), calc(90% * var(--element-text-multi-main)), 14% );
41
41
  user-select: text;
42
42
 
43
43
  & > div{