2025-10-28 01:57:19 +02:00
|
|
|
#content {
|
|
|
|
|
display: flex;
|
2025-10-28 12:40:48 +02:00
|
|
|
margin: 0 4rem;
|
2025-10-28 01:57:19 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#score,
|
|
|
|
|
#codes,
|
|
|
|
|
#fights {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
flex-grow: 1;
|
2025-10-28 12:40:48 +02:00
|
|
|
max-height: 80vh;
|
|
|
|
|
overflow: auto;
|
|
|
|
|
margin-top: 2rem;
|
2025-10-28 01:57:19 +02:00
|
|
|
|
|
|
|
|
.slot {
|
2025-10-28 12:40:48 +02:00
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
2025-10-28 01:57:19 +02:00
|
|
|
margin-bottom: 0.5rem;
|
2025-10-28 12:40:48 +02:00
|
|
|
gap: 0.5rem;
|
2025-10-28 01:57:19 +02:00
|
|
|
}
|
|
|
|
|
}
|