aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-library/my-library.component.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/+my-library/my-library.component.scss')
-rw-r--r--client/src/app/+my-library/my-library.component.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/client/src/app/+my-library/my-library.component.scss b/client/src/app/+my-library/my-library.component.scss
index a5bb499b4..b32bc84e7 100644
--- a/client/src/app/+my-library/my-library.component.scss
+++ b/client/src/app/+my-library/my-library.component.scss
@@ -2,12 +2,12 @@
2@import '_mixins'; 2@import '_mixins';
3 3
4.row { 4.row {
5 @include sub-menu-h1;
6
5 flex-direction: column; 7 flex-direction: column;
6 width: 100%; 8 width: 100%;
7 9
8 & > my-top-menu-dropdown:nth-child(1) { 10 > my-top-menu-dropdown:nth-child(1) {
9 flex-grow: 1; 11 flex-grow: 1;
10 } 12 }
11
12 @include sub-menu-h1;
13} 13}