aloha-vue 1.2.63 → 1.2.64

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
@@ -14,7 +14,7 @@
14
14
  "Vue.js"
15
15
  ],
16
16
  "homepage": "https://github.com/ilia-brykin/aloha/#README.md",
17
- "version": "1.2.63",
17
+ "version": "1.2.64",
18
18
  "author": {
19
19
  "name": "Ilia Brykin",
20
20
  "email": "brykin.ilia@gmail.com"
@@ -346,9 +346,9 @@
346
346
  position: relative;
347
347
  display: flex;
348
348
  flex-direction: column;
349
- height: calc(100% - var(--a_menu_2_navbar_top_height));
349
+ height: calc(100% - var(--a_menu_2_navbar_top_height) - var(--a_menu_2_navbar_top_margin_bottom));
350
350
  .a_vertical_scroll {
351
- height: calc(100% - var(--a_menu_2_breadcrumb_min_height) + 20px - var(--a_menu_2_navbar_top_margin_bottom));
351
+ height: calc(100% - var(--a_menu_2_breadcrumb_min_height) + 20px);
352
352
  margin-top: -20px;
353
353
  &:not(.a_vertical_scroll_scrollable) {
354
354
  padding-bottom: 0;
@@ -523,10 +523,10 @@
523
523
  }
524
524
  .a_menu_2__breadcrumb__ul {
525
525
  list-style: none;
526
- margin: 0;
527
526
  display: block;
528
527
  width: 100%;
529
- padding: 0.5rem;
528
+ margin: 0.5rem;
529
+ padding: 0;
530
530
  }
531
531
  .a_menu_2__breadcrumb__ul_truncated {
532
532
  white-space: nowrap;