@eeacms/volto-bise-policy 1.2.40 → 1.2.41
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/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. Dates are d
|
|
|
4
4
|
|
|
5
5
|
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
6
6
|
|
|
7
|
+
### [1.2.41](https://github.com/eea/volto-bise-policy/compare/1.2.40...1.2.41) - 8 April 2026
|
|
8
|
+
|
|
9
|
+
#### :hammer_and_wrench: Others
|
|
10
|
+
|
|
11
|
+
- Clean up CSS formatting and add .with-n2k-navigation class to Natura 2000 subsite selector [Miu Razvan - [`a644830`](https://github.com/eea/volto-bise-policy/commit/a6448309ff4fbadbe81576fa6d50b0a692749840)]
|
|
12
|
+
- Fix header overlap [Miu Razvan - [`958a4b6`](https://github.com/eea/volto-bise-policy/commit/958a4b6d55766a34ce791e75890ff66d4045e304)]
|
|
13
|
+
- Comment broken code [Miu Razvan - [`67276c7`](https://github.com/eea/volto-bise-policy/commit/67276c7786e80d46add8081d275c46c791d9c2ae)]
|
|
7
14
|
### [1.2.40](https://github.com/eea/volto-bise-policy/compare/1.2.39...1.2.40) - 25 February 2026
|
|
8
15
|
|
|
9
16
|
#### :hammer_and_wrench: Others
|
package/package.json
CHANGED
|
@@ -81,8 +81,14 @@
|
|
|
81
81
|
.main.bar .ui.text.menu {
|
|
82
82
|
gap: 0;
|
|
83
83
|
}
|
|
84
|
+
|
|
85
|
+
&.with-n2k-navigation {
|
|
86
|
+
.eea.header .main.bar {
|
|
87
|
+
backdrop-filter: blur(2px);
|
|
88
|
+
background-color: hsla(0, 0%, 100%, 0.8);
|
|
89
|
+
}
|
|
90
|
+
}
|
|
84
91
|
.eea.header .main.bar {
|
|
85
|
-
backdrop-filter: blur(2px);
|
|
86
92
|
background-color: hsla(0, 0%, 100%, 0.8);
|
|
87
93
|
}
|
|
88
94
|
.eea.header .main.bar > .ui.container {
|
|
@@ -23,7 +23,6 @@ body {
|
|
|
23
23
|
}
|
|
24
24
|
|
|
25
25
|
@media @mobile {
|
|
26
|
-
|
|
27
26
|
&.has-toolbar,
|
|
28
27
|
&.has-toolbar-collapsed {
|
|
29
28
|
--toolbar-width: 0px;
|
|
@@ -106,7 +105,6 @@ p.has--clear--both:empty {
|
|
|
106
105
|
|
|
107
106
|
.contenttype-bise_factsheet {
|
|
108
107
|
#main {
|
|
109
|
-
|
|
110
108
|
h1,
|
|
111
109
|
h2,
|
|
112
110
|
h3,
|
|
@@ -133,7 +131,7 @@ p.has--clear--both:empty {
|
|
|
133
131
|
display: flex;
|
|
134
132
|
align-items: center;
|
|
135
133
|
|
|
136
|
-
>div {
|
|
134
|
+
> div {
|
|
137
135
|
width: 100%;
|
|
138
136
|
}
|
|
139
137
|
}
|
|
@@ -150,7 +148,7 @@ p.has--clear--both:empty {
|
|
|
150
148
|
.ui.input {
|
|
151
149
|
max-width: unset;
|
|
152
150
|
|
|
153
|
-
>input {
|
|
151
|
+
> input {
|
|
154
152
|
border-radius: 12px;
|
|
155
153
|
}
|
|
156
154
|
}
|
|
@@ -167,7 +165,7 @@ p.has--clear--both:empty {
|
|
|
167
165
|
}
|
|
168
166
|
}
|
|
169
167
|
|
|
170
|
-
.subsite.subsite-natura2000 {
|
|
168
|
+
.subsite.subsite-natura2000.with-n2k-navigation {
|
|
171
169
|
&.grey-bg {
|
|
172
170
|
.content-area {
|
|
173
171
|
margin-bottom: 0 !important;
|
|
@@ -258,7 +256,6 @@ p.has--clear--both:empty {
|
|
|
258
256
|
}
|
|
259
257
|
|
|
260
258
|
.light-links {
|
|
261
|
-
|
|
262
259
|
h1,
|
|
263
260
|
h2,
|
|
264
261
|
h3,
|
|
@@ -332,7 +329,7 @@ p.has--clear--both:empty {
|
|
|
332
329
|
}
|
|
333
330
|
}
|
|
334
331
|
|
|
335
|
-
#sidebar
|
|
332
|
+
#sidebar > .sidebar-container > .tabs-wrapper > .ui.menu {
|
|
336
333
|
flex-wrap: nowrap;
|
|
337
334
|
}
|
|
338
335
|
|
|
@@ -364,12 +361,8 @@ p.has--clear--both:empty {
|
|
|
364
361
|
}
|
|
365
362
|
}
|
|
366
363
|
|
|
367
|
-
.species-banner-details{
|
|
368
|
-
z-index:-1;
|
|
369
|
-
}
|
|
370
|
-
|
|
371
364
|
//fix Sidebar menu vertical scroll
|
|
372
365
|
|
|
373
|
-
div[role=
|
|
366
|
+
div[role='navigation'] .toolbar-content.show {
|
|
374
367
|
max-height: 100vh !important;
|
|
375
368
|
}
|