rdt-client/client/src/app/torrent/torrent.component.scss
Cucumberrbob d11900a127
replace @angular/flex-layout in torrent-component
use `flex-container` class instead of `fxLayout` and set `style="flex: 1 1 0" to replicate `fxFlex`
2025-02-28 13:04:28 +00:00

24 lines
277 B
SCSS

.label {
margin-bottom: 0;
}
table {
tr {
cursor: pointer;
}
}
.fa-download {
margin-left: 12px;
}
.flex-container {
display: flex;
flex: 1 1 0;
gap: 20px;
flex-direction: row;
@media screen and (max-width: 1279px) {
flex-direction: column;
}
}