Load annual ranking by default and add KPM columns
This commit is contained in:
@@ -267,6 +267,7 @@
|
||||
display: inline-flex;
|
||||
min-height: 32px;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
padding: 0 11px;
|
||||
border: 1px solid rgba(210, 182, 118, 0.34);
|
||||
border-radius: 999px;
|
||||
@@ -278,6 +279,16 @@
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.historical-player-profile-link__brand {
|
||||
width: auto;
|
||||
height: auto;
|
||||
max-width: 20px;
|
||||
max-height: 20px;
|
||||
object-fit: contain;
|
||||
flex: 0 0 auto;
|
||||
filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.28));
|
||||
}
|
||||
|
||||
.historical-player-profile-links a:hover,
|
||||
.historical-player-profile-links a:focus-visible {
|
||||
border-color: rgba(210, 182, 118, 0.62);
|
||||
|
||||
Reference in New Issue
Block a user