From 37d5e097b5c8b7815129f835730aa52fd2d47664 Mon Sep 17 00:00:00 2001 From: Sercan Yemen Date: Tue, 17 Jul 2018 12:26:16 +0300 Subject: [PATCH] (QuickPanel) Fixed: Perfect scrollbar is not available --- .../quick-panel/quick-panel.component.html | 120 +++++++++--------- 1 file changed, 62 insertions(+), 58 deletions(-) diff --git a/src/app/layout/components/quick-panel/quick-panel.component.html b/src/app/layout/components/quick-panel/quick-panel.component.html index af7d29c1..e0fd74f9 100644 --- a/src/app/layout/components/quick-panel/quick-panel.component.html +++ b/src/app/layout/components/quick-panel/quick-panel.component.html @@ -1,72 +1,76 @@ - +
-

- Today -

+ -
-
- {{date | date:'EEEE'}} +

+ Today +

+ +
+
+ {{date | date:'EEEE'}} +
+
+ {{date | date:'d'}} + th + {{date | date:'MMMM'}} +
-
- {{date | date:'d'}} - th - {{date | date:'MMMM'}} -
-
- + - + - -

- Events -

+ +

+ Events +

- -

{{event.title}}

-

{{event.detail}}

-
-
+ +

{{event.title}}

+

{{event.detail}}

+
+
- + - -

- Notes -

+ +

+ Notes +

- -

{{note.title}}

-

{{note.detail}}

-
-
+ +

{{note.title}}

+

{{note.detail}}

+
+
- + - -

- Quick Settings -

+ +

+ Quick Settings +

- - -

Notifications

-
-
+ + +

Notifications

+
+
- - -

Cloud Sync

-
-
+ + +

Cloud Sync

+
+
- - -

Retro Thrusters

-
-
-
+ + +

Retro Thrusters

+
+
+
+ +
\ No newline at end of file