@visma-swno/vsn-navigation 1.1.0-beta.27 → 1.1.0-beta.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.
|
@@ -2724,6 +2724,7 @@ var Q = class extends e {
|
|
|
2724
2724
|
|
|
2725
2725
|
.ga-page-header__context-selector {
|
|
2726
2726
|
margin-left: auto;
|
|
2727
|
+
margin-right: calc(calc(.25rem * var(--ga-base-scaling-factor, 1)) * 2);
|
|
2727
2728
|
}
|
|
2728
2729
|
|
|
2729
2730
|
.ga-page-header__header-actions {
|
|
@@ -2759,6 +2760,7 @@ var Q = class extends e {
|
|
|
2759
2760
|
.ga-page-header__context-selector {
|
|
2760
2761
|
order: 6;
|
|
2761
2762
|
margin-left: 0;
|
|
2763
|
+
margin-right: 0;
|
|
2762
2764
|
}
|
|
2763
2765
|
|
|
2764
2766
|
vsn-home {
|
|
@@ -2853,6 +2855,11 @@ var $ = class extends e {
|
|
|
2853
2855
|
min-height: 0;
|
|
2854
2856
|
overflow: hidden;
|
|
2855
2857
|
}
|
|
2858
|
+
|
|
2859
|
+
.vsn-navigation__page-content {
|
|
2860
|
+
height: 100%;
|
|
2861
|
+
overflow-y: auto;
|
|
2862
|
+
}
|
|
2856
2863
|
`];
|
|
2857
2864
|
}
|
|
2858
2865
|
willUpdate(e) {
|
|
@@ -2933,7 +2940,9 @@ var $ = class extends e {
|
|
|
2933
2940
|
>
|
|
2934
2941
|
<slot name="nav-footer" slot="nav-footer"></slot>
|
|
2935
2942
|
</vsn-side-bar>
|
|
2936
|
-
<
|
|
2943
|
+
<div class="vsn-navigation__page-content">
|
|
2944
|
+
<slot></slot>
|
|
2945
|
+
</div>
|
|
2937
2946
|
</div>
|
|
2938
2947
|
`;
|
|
2939
2948
|
}
|