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..950c472c 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 - 60px);
+ 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/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/todo/todo-details/todo-details.component.html b/src/app/main/content/apps/todo/todo-details/todo-details.component.html
index 9884527d..b16980c6 100644
--- a/src/app/main/content/apps/todo/todo-details/todo-details.component.html
+++ b/src/app/main/content/apps/todo/todo-details/todo-details.component.html
@@ -1,16 +1,21 @@
- check_box
- Select a todo
+ check_box
+
+ Select
+ a todo
+