mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-03-30 00:20:57 +03:00
ng-deeps now only apply to current component
https://stackoverflow.com/questions/46786986/how-and-where-to-use-ng-deep
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
-webkit-line-clamp: 2;
|
-webkit-line-clamp: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
::ng-deep .ngx-file-drop__content {
|
:host ::ng-deep .ngx-file-drop__content {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
top: -12px;
|
top: -12px;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|||||||
@@ -31,6 +31,6 @@ mat-header-cell, mat-cell {
|
|||||||
border-radius: 16px 16px 16px 16px !important;
|
border-radius: 16px 16px 16px 16px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
::ng-deep mat-row {
|
:host ::ng-deep mat-row {
|
||||||
height: fit-content !important;
|
height: fit-content !important;
|
||||||
}
|
}
|
||||||
@@ -171,6 +171,6 @@
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
::ng-deep.mat-mdc-menu-panel {
|
:host ::ng-deep.mat-mdc-menu-panel {
|
||||||
max-width: none !important;
|
max-width: none !important;
|
||||||
}
|
}
|
||||||
@@ -8,10 +8,10 @@
|
|||||||
top: -12px;
|
top: -12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
::ng-deep.mat-menu-panel {
|
:host ::ng-deep.mat-menu-panel {
|
||||||
max-width: none !important;
|
max-width: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
::ng-deep.mdc-list-item__primary-text {
|
:host ::ng-deep.mdc-list-item__primary-text {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
@@ -7,7 +7,7 @@
|
|||||||
margin-top: 15px;
|
margin-top: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
::ng-deep .mat-mdc-tab-body {
|
:host ::ng-deep .mat-mdc-tab-body {
|
||||||
margin-left: 15px;
|
margin-left: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user