move to anther profile

This commit is contained in:
Mateusz Gruszczyński
2026-06-20 17:01:48 +02:00
parent e6733d6a27
commit fc03b7755b
12 changed files with 201 additions and 14 deletions
+43
View File
@@ -6010,6 +6010,49 @@ body.compact-torrent-list .mobile-progress .torrent-progress {
min-height: 1.2rem;
}
.profile-choice-main {
display: grid;
gap: 0.25rem;
min-width: 0;
}
.profile-choice-stats {
display: flex;
flex-wrap: wrap;
gap: 0.35rem;
justify-content: flex-end;
margin-left: 1rem;
}
.profile-choice-stats span {
background: var(--bs-tertiary-bg);
border: 1px solid var(--bs-border-color);
border-radius: 999px;
color: var(--bs-secondary-color);
font-size: 0.75rem;
padding: 0.15rem 0.45rem;
}
.profile-transfer-path-hints {
display: flex;
flex-wrap: wrap;
gap: 0.35rem;
}
@media (max-width: 767.98px) {
.profile-choice-card {
align-items: flex-start;
flex-direction: column;
gap: 0.5rem;
}
.profile-choice-stats {
justify-content: flex-start;
margin-left: 0;
}
}
@media (max-width: 767.98px) {
.profile-transfer-grid {
grid-template-columns: 1fr;