rdt-client/client/src/app/torrent/torrent.component.scss
Cucumberrbob 08c1750def
remove unused css
`scroll-container`, `is-fullwidth-label`, `is-block`, and `strike-through` were all removed in 116ca29,
`fa-download` was removed in 3ee687f61
2025-06-07 18:35:59 +01:00

20 lines
238 B
SCSS

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