diff --git a/src/.tmp/index.html b/src/.tmp/index.html index e3f350d..da8c710 100644 --- a/src/.tmp/index.html +++ b/src/.tmp/index.html @@ -2856,7 +2856,7 @@ -
+
-
+
-
+
-
+

Historia połączeń

@@ -504,294 +545,53 @@ -
- -
-
- -
- +
diff --git a/src/assets/css/theme-dark.css b/src/assets/css/theme-dark.css index 9f46709..6eca70e 100644 --- a/src/assets/css/theme-dark.css +++ b/src/assets/css/theme-dark.css @@ -30715,3 +30715,31 @@ select:-webkit-autofill:focus { display: none; } } + +@media (min-width: 992px) { + .magico-h-100 { + height: 100% !important; + } +} + +@media (min-width: 992px) { + .magico-main-height { + height: calc(100% - 106px); + } + .magico-main-height .content { + display: -ms-flexbox; + display: flex; + -ms-flex-direction: column; + flex-direction: column; + -ms-flex-pack: start; + justify-content: start; + } +} + +.magico-scroll::-webkit-scrollbar { + width: 0.6125rem; +} + +.magico-scroll::-webkit-scrollbar-thumb { + background-color: rgba(189, 197, 209, 0.6); +} diff --git a/src/assets/css/theme.css b/src/assets/css/theme.css index 4e765c5..b854cc2 100644 --- a/src/assets/css/theme.css +++ b/src/assets/css/theme.css @@ -30508,3 +30508,31 @@ a:hover .text-inherit { display: none; } } + +@media (min-width: 992px) { + .magico-h-100 { + height: 100% !important; + } +} + +@media (min-width: 992px) { + .magico-main-height { + height: calc(100% - 106px); + } + .magico-main-height .content { + display: -ms-flexbox; + display: flex; + -ms-flex-direction: column; + flex-direction: column; + -ms-flex-pack: start; + justify-content: start; + } +} + +.magico-scroll::-webkit-scrollbar { + width: 0.6125rem; +} + +.magico-scroll::-webkit-scrollbar-thumb { + background-color: rgba(189, 197, 209, 0.6); +} diff --git a/src/assets/scss/_user.scss b/src/assets/scss/_user.scss index 04fc701..61af8a7 100644 --- a/src/assets/scss/_user.scss +++ b/src/assets/scss/_user.scss @@ -15,4 +15,28 @@ @media (min-width: 1200px) { display: none; } +} + +.magico-h-100 { + @media (min-width: 992px) { + height: 100% !important; + } +} + +.magico-main-height { //wysokosc mail okrojona o wysokosc headera i stopki + @media (min-width: 992px) { + height: calc(100% - 106px); + + .content { + display: flex; flex-direction: column; justify-content: start; + } + } +} + +.magico-scroll::-webkit-scrollbar { + width: 0.6125rem; +} + +.magico-scroll::-webkit-scrollbar-thumb { + background-color: rgba(189, 197, 209, .6) } \ No newline at end of file diff --git a/src/magico-helpdesk-dashboard.html b/src/magico-helpdesk-dashboard.html index 8f6e961..9e4a1ad 100644 --- a/src/magico-helpdesk-dashboard.html +++ b/src/magico-helpdesk-dashboard.html @@ -1,5 +1,5 @@ - + @@ -42,7 +42,7 @@ - + @@if(layoutBuilder.extend.switcherSupport === true) { } @@ -72,7 +72,7 @@ -
+
@@include("@@autopath/partials/sidebar/magico-helpdesk.html", { "category": "dashboards", @@ -82,18 +82,22 @@ -
+