mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-09 08:51:28 +03:00
17 lines
284 B
SCSS
17 lines
284 B
SCSS
.shorten {
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
display: block;
|
|
}
|
|
|
|
.mat-expansion-panel:not([class*='mat-elevation-z']) {
|
|
box-shadow: none;
|
|
}
|
|
|
|
.ignore-margin {
|
|
margin-left: -15px;
|
|
margin-right: -15px;
|
|
margin-bottom: -15px;
|
|
}
|