diff --git a/package-lock.json b/package-lock.json
index ec276783..9af9e849 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "fuse2",
- "version": "1.0.6",
+ "version": "1.1.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index b17493de..d1f7c5d6 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "fuse2",
- "version": "1.0.6",
+ "version": "1.1.0",
"license": "",
"scripts": {
"ng": "ng",
diff --git a/src/app/core/components/theme-options/theme-options.component.html b/src/app/core/components/theme-options/theme-options.component.html
index bae52a49..e49e995b 100644
--- a/src/app/core/components/theme-options/theme-options.component.html
+++ b/src/app/core/components/theme-options/theme-options.component.html
@@ -4,107 +4,95 @@
-
+
-
- Navigation:
-
-
- Top
- Left
- Right
- None
-
-
+
-
Toolbar:
-
-
- Below
- Above
- None
-
-
+
Navigation:
+
+ Top
+ Left
+ Right
+ None
+
-
Footer:
-
-
- Below
- Above
- None
-
-
+
Toolbar:
+
+ Below
+ Above
+ None
+
-
Layout Mode:
-
-
- Boxed
- Fullwidth
-
-
+
Footer:
+
+ Below
+ Above
+ None
+
+
+
Layout Mode:
+
+ Boxed
+ Fullwidth
+
-
Colors:
+
Colors:
+
-
Toolbar Color
-
-
Navigation Bar Color
-
-
Footer Color
-
+
+
-
Animation:
+
Router Animation:
+
+
+ None
+
+
+ Slide up
+
+
+ Slide down
+
+
+ Slide right
+
+
+ Slide left
+
+
+ Fade in
+
+
-
-
-
Router Animation
-
-
- None
-
-
- Slide up
-
-
- Slide down
-
-
- Slide right
-
-
- Slide left
-
-
- Fade in
-
-
-
-
+
-
diff --git a/src/app/core/components/theme-options/theme-options.component.scss b/src/app/core/components/theme-options/theme-options.component.scss
index f2670861..f01c54f4 100644
--- a/src/app/core/components/theme-options/theme-options.component.scss
+++ b/src/app/core/components/theme-options/theme-options.component.scss
@@ -26,11 +26,14 @@
width: 360px;
transform: translate3d(100%, 0, 0);
z-index: 999;
- max-width: 80vw;
- max-height: calc(100vh - 180px);
+ max-height: calc(100vh - 200px);
+ padding: 24px;
overflow: auto;
@include media-breakpoint-down('xs') {
+ top: -120px;
+ max-height: calc(100vh - 100px);
+ width: 90vw;
}
.close-button {
@@ -38,6 +41,23 @@
top: 8px;
right: 8px;
}
+
+ h3 {
+ font-size: 14px;
+ font-weight: 500;
+ color: rgba(0, 0, 0, 0.54);
+ }
+
+ .mat-divider{
+ display: block !important;
+ width: 100%;
+ margin: 24px 0 16px 0;
+ }
+
+ .colors {
+ display: block !important;
+ width: 100%;
+ }
}
.theme-options-panel-overlay {
@@ -50,6 +70,10 @@
bottom: 0;
z-index: 998;
+ @include media-breakpoint-down('sm') {
+ background: rgba(0, 0, 0, 0.37);
+ }
+
&.hidden {
display: none;
}
diff --git a/src/app/core/scss/partials/_page-layouts.scss b/src/app/core/scss/partials/_page-layouts.scss
index 5abc20e8..51595b0a 100644
--- a/src/app/core/scss/partials/_page-layouts.scss
+++ b/src/app/core/scss/partials/_page-layouts.scss
@@ -273,6 +273,10 @@ $top-bg-image: url('assets/images/backgrounds/header-bg.png');
}
// Fullwidth
+ &.fullwidth {
+ overflow: auto;
+ }
+
&.fullwidth,
&.inner-sidenav {
min-height: 100%;
@@ -445,7 +449,6 @@ $top-bg-image: url('assets/images/backgrounds/header-bg.png');
&.simple {
&.fullwidth {
- overflow: visible;
> .content {
flex: 1 0 auto;
diff --git a/src/app/main/content/apps/calendar/calendar.component.scss b/src/app/main/content/apps/calendar/calendar.component.scss
index 4fc3c6a2..19500ca3 100644
--- a/src/app/main/content/apps/calendar/calendar.component.scss
+++ b/src/app/main/content/apps/calendar/calendar.component.scss
@@ -26,8 +26,8 @@
}
.cal-open-day-events {
- background: whitesmoke;
- box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.13);
+ background: #455A64;
+ box-shadow: inset 0 0 12px 0 rgba(0, 0, 0, 0.54);
padding: 0;
display: flex;
flex-direction: column;
@@ -44,11 +44,11 @@
transition: box-shadow 300ms ease;
&:first-of-type {
- margin-top: 24px;
+ margin-top: 16px;
}
&:last-of-type {
- margin-bottom: 24px;
+ margin-bottom: 16px;
}
&:hover {
diff --git a/src/app/main/content/apps/calendar/event-form/event-form.component.html b/src/app/main/content/apps/calendar/event-form/event-form.component.html
index 3adb7c31..2bdc588a 100644
--- a/src/app/main/content/apps/calendar/event-form/event-form.component.html
+++ b/src/app/main/content/apps/calendar/event-form/event-form.component.html
@@ -66,7 +66,7 @@
-
+
@@ -80,7 +80,7 @@
-
+
diff --git a/src/app/main/content/apps/chat/chat.component.scss b/src/app/main/content/apps/chat/chat.component.scss
index c7b2e19f..2d483473 100644
--- a/src/app/main/content/apps/chat/chat.component.scss
+++ b/src/app/main/content/apps/chat/chat.component.scss
@@ -28,7 +28,7 @@
> .mat-sidenav-content,
> .mat-drawer-content {
display: flex;
- flex: 1 0 auto;
+ flex: 1 1 auto;
min-height: 100%;
height: auto;
}
diff --git a/src/app/main/content/apps/chat/sidenavs/left/chats/chats.component.html b/src/app/main/content/apps/chat/sidenavs/left/chats/chats.component.html
index a2df3ca7..c788af9e 100644
--- a/src/app/main/content/apps/chat/sidenavs/left/chats/chats.component.html
+++ b/src/app/main/content/apps/chat/sidenavs/left/chats/chats.component.html
@@ -151,7 +151,6 @@