@banch0u/core-project-test-repository 1.9.5 → 1.9.6
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.
|
@@ -96,10 +96,10 @@ var ProfileOptions = function ProfileOptions() {
|
|
|
96
96
|
minWidth: "16px",
|
|
97
97
|
lineHeight: "16px",
|
|
98
98
|
padding: "0 4px"
|
|
99
|
-
}
|
|
99
|
+
},
|
|
100
|
+
"data-no-invert-1": true
|
|
100
101
|
}, /*#__PURE__*/React.createElement("div", {
|
|
101
|
-
className: style.icon_overlay
|
|
102
|
-
"data-no-invert": true
|
|
102
|
+
className: style.icon_overlay
|
|
103
103
|
}, /*#__PURE__*/React.createElement(NotificationBell, null)));
|
|
104
104
|
};
|
|
105
105
|
return /*#__PURE__*/React.createElement("div", {
|
|
@@ -189,7 +189,9 @@
|
|
|
189
189
|
border-radius: 8px;
|
|
190
190
|
background: var(--lightBlue);
|
|
191
191
|
cursor: pointer;
|
|
192
|
-
width:
|
|
192
|
+
width: 280px;
|
|
193
|
+
max-width: 280px;
|
|
194
|
+
min-width: 280px;
|
|
193
195
|
|
|
194
196
|
.pp {
|
|
195
197
|
width: 32px;
|
|
@@ -229,7 +231,9 @@
|
|
|
229
231
|
position: absolute;
|
|
230
232
|
top: 100%;
|
|
231
233
|
right: -1px;
|
|
232
|
-
width:
|
|
234
|
+
width: 300px;
|
|
235
|
+
max-width: 300px;
|
|
236
|
+
min-width: 300px;
|
|
233
237
|
border-right: 1px solid var(--blue);
|
|
234
238
|
border-left: 1px solid var(--blue);
|
|
235
239
|
border-bottom: 1px solid var(--blue);
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
.accordion {
|
|
2
2
|
background: var(--blue);
|
|
3
3
|
width: 270px;
|
|
4
|
+
min-width: 270px;
|
|
5
|
+
max-width: 270px;
|
|
4
6
|
}
|
|
5
7
|
|
|
6
8
|
.accordionHeader {
|
|
@@ -31,6 +33,8 @@
|
|
|
31
33
|
padding: 10px;
|
|
32
34
|
top: 81px !important;
|
|
33
35
|
width: 250px !important;
|
|
36
|
+
min-width: 250px !important;
|
|
37
|
+
max-width: 250px !important;
|
|
34
38
|
border-radius: 0 0 6px 6px;
|
|
35
39
|
}
|
|
36
40
|
|