From 17119e4a546522468878cf115558b17949ab50d0 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 12 Nov 2020 15:28:54 +0100 Subject: Reorganize left menu and account menu Add my-settings and my-library in left menu Move administration below my-library Split account menu: my-setting and my library --- client/src/app/+my-library/my-library.component.scss | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 client/src/app/+my-library/my-library.component.scss (limited to 'client/src/app/+my-library/my-library.component.scss') diff --git a/client/src/app/+my-library/my-library.component.scss b/client/src/app/+my-library/my-library.component.scss new file mode 100644 index 000000000..a5bb499b4 --- /dev/null +++ b/client/src/app/+my-library/my-library.component.scss @@ -0,0 +1,13 @@ +@import '_variables'; +@import '_mixins'; + +.row { + flex-direction: column; + width: 100%; + + & > my-top-menu-dropdown:nth-child(1) { + flex-grow: 1; + } + + @include sub-menu-h1; +} -- cgit v1.2.3