bug fix
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 58s

This commit is contained in:
Tudor
2026-01-13 19:51:21 +00:00
parent c23e12fc12
commit f7b9a4d28e

View File

@@ -1395,6 +1395,31 @@ body {
max-height: calc(100vh - 2rem); max-height: calc(100vh - 2rem);
} }
.modal-header {
display: flex;
flex-direction: column;
}
.modal-header h2 {
padding-right: 0;
order: 1;
}
.modal-meta {
order: 2;
}
.modal-details {
order: 3;
}
.modal-compare-btn {
position: static;
order: 4;
margin-top: 1rem;
width: 100%;
}
.rankings-controls { .rankings-controls {
flex-direction: column; flex-direction: column;
align-items: stretch; align-items: stretch;