mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-05-26 07:08:03 +00:00
32 lines
455 B
CSS
32 lines
455 B
CSS
.flex-row {
|
|
display: flex;
|
|
flex-direction: row;
|
|
flex-wrap: wrap;
|
|
width: 100%;
|
|
}
|
|
|
|
.flex-column {
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex-basis: 100%;
|
|
flex: 1;
|
|
}
|
|
|
|
.theme-slide-toggle {
|
|
left: 10px;
|
|
position: relative;
|
|
pointer-events: none;
|
|
}
|
|
|
|
.sidenav-container {
|
|
z-index: -1 !important;
|
|
}
|
|
|
|
.top-toolbar {
|
|
height: 64px;
|
|
}
|
|
|
|
::ng-deep .mdc-list-item__primary-text {
|
|
width: 85px;
|
|
height: 26px;
|
|
} |