asab_webui_shell 26.3.1 → 26.3.2

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.
@@ -15,8 +15,7 @@ function InvalidRouteScreen(props) {
15
15
  t
16
16
  } = (0, _reactI18next.useTranslation)();
17
17
  return /*#__PURE__*/_react.default.createElement(_reactstrap.Container, {
18
- className: "invalid-route-container h-100",
19
- fluid: true
18
+ className: "invalid-route-container h-100"
20
19
  }, /*#__PURE__*/_react.default.createElement(_reactstrap.Card, {
21
20
  className: "invalid-route-card"
22
21
  }, /*#__PURE__*/_react.default.createElement(_reactstrap.CardBody, {
@@ -24,7 +23,7 @@ function InvalidRouteScreen(props) {
24
23
  }, /*#__PURE__*/_react.default.createElement(_reactstrap.Row, {
25
24
  className: "justify-content-center"
26
25
  }, /*#__PURE__*/_react.default.createElement(_reactstrap.Col, null, /*#__PURE__*/_react.default.createElement("div", {
27
- className: "h-75"
26
+ className: "invalid-route-img-container"
28
27
  }, /*#__PURE__*/_react.default.createElement(_asab_webui_components.FlowbiteIllustration, {
29
28
  name: "error",
30
29
  className: "pb-4",
@@ -16,4 +16,11 @@
16
16
  display: flex;
17
17
  align-items: center; /* Vertically center */
18
18
  justify-content: center; /* Horizontally center */
19
+ overflow: hidden;
20
+ margin: 1rem;
21
+ }
22
+
23
+ .invalid-route-img-container{
24
+ height: 75%;
25
+ max-height: 60vh;
19
26
  }
@@ -55,8 +55,7 @@ function UnauthorizedAccessScreen(props) {
55
55
 
56
56
  // Else return the Not authorized screen
57
57
  return /*#__PURE__*/_react.default.createElement(_reactstrap.Container, {
58
- className: "unauthorized-container h-100",
59
- fluid: true
58
+ className: "unauthorized-container h-100"
60
59
  }, /*#__PURE__*/_react.default.createElement(_reactstrap.Card, {
61
60
  className: "unauthorized-card"
62
61
  }, /*#__PURE__*/_react.default.createElement(_reactstrap.CardBody, {
@@ -64,7 +63,7 @@ function UnauthorizedAccessScreen(props) {
64
63
  }, /*#__PURE__*/_react.default.createElement(_reactstrap.Row, {
65
64
  className: "justify-content-center"
66
65
  }, /*#__PURE__*/_react.default.createElement(_reactstrap.Col, null, /*#__PURE__*/_react.default.createElement("div", {
67
- className: "w-50 mx-auto"
66
+ className: "unauthorized-img-container"
68
67
  }, /*#__PURE__*/_react.default.createElement(_asab_webui_components.FlowbiteIllustration, {
69
68
  name: "unauthorized",
70
69
  className: "pb-4",
@@ -16,4 +16,11 @@
16
16
  display: flex;
17
17
  align-items: center; /* Vertically center */
18
18
  justify-content: center; /* Horizontally center */
19
+ overflow: hidden;
20
+ margin: 1rem;
21
+ }
22
+
23
+ .unauthorized-img-container{
24
+ height: 75%;
25
+ max-height: 50vh;
19
26
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "asab_webui_shell",
3
- "version": "26.3.1",
3
+ "version": "26.3.2",
4
4
  "license": "BSD-3-Clause",
5
5
  "description": "TeskaLabs ASAB WebUI Shell Application",
6
6
  "contributors": [