fix: improve historical worker visibility and recent pagination
This commit is contained in:
@@ -589,6 +589,61 @@
|
||||
gap: 14px;
|
||||
}
|
||||
|
||||
.historical-pagination {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
gap: 14px;
|
||||
margin-top: 16px;
|
||||
}
|
||||
|
||||
.historical-pagination[hidden] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.historical-pagination__size,
|
||||
.historical-pagination__nav {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.historical-pagination__size {
|
||||
color: var(--text-soft);
|
||||
font-size: 0.86rem;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.historical-pagination__size select {
|
||||
min-height: 42px;
|
||||
padding: 0 34px 0 12px;
|
||||
border: 1px solid rgba(159, 168, 141, 0.2);
|
||||
border-radius: 6px;
|
||||
color: var(--text);
|
||||
background: rgba(13, 17, 12, 0.72);
|
||||
font: inherit;
|
||||
}
|
||||
|
||||
.historical-pagination__nav p {
|
||||
margin: 0;
|
||||
min-width: 110px;
|
||||
color: var(--text-soft);
|
||||
font-size: 0.86rem;
|
||||
font-weight: 700;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.historical-pagination .historical-tab {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.historical-pagination .historical-tab:disabled {
|
||||
transform: none;
|
||||
border-color: rgba(159, 168, 141, 0.12);
|
||||
color: rgba(169, 173, 154, 0.48);
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.current-match-killfeed-screen {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
@@ -795,9 +850,22 @@
|
||||
color: var(--accent-warm);
|
||||
}
|
||||
|
||||
.current-match-player-intro {
|
||||
display: flex;
|
||||
align-items: flex-end;
|
||||
justify-content: space-between;
|
||||
gap: 10px 18px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.current-match-player-intro .historical-panel__note {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.current-match-player-count {
|
||||
flex: 0 0 auto;
|
||||
width: fit-content;
|
||||
margin: -6px 0 16px;
|
||||
margin: 0;
|
||||
padding: 7px 10px;
|
||||
border: 1px solid rgba(159, 168, 141, 0.16);
|
||||
border-radius: 6px;
|
||||
@@ -1004,6 +1072,11 @@
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.current-match-player-intro {
|
||||
align-items: flex-start;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.historical-mvp-card__meta {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
@@ -1025,6 +1098,16 @@
|
||||
justify-content: flex-start;
|
||||
}
|
||||
|
||||
.historical-pagination,
|
||||
.historical-pagination__nav {
|
||||
align-items: stretch;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.historical-pagination__size {
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.historical-tab {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user