|
|
@ -19541,7 +19541,7 @@ style.textContent = css `
|
|
|
|
z-index: 5;
|
|
|
|
z-index: 5;
|
|
|
|
position: absolute;
|
|
|
|
position: absolute;
|
|
|
|
top: ${CSS_STYLE.expandedHeight + 16}px;
|
|
|
|
top: ${CSS_STYLE.expandedHeight + 16}px;
|
|
|
|
width: calc(100% - 32px);
|
|
|
|
width: calc(100% - 22px);
|
|
|
|
left: 0;
|
|
|
|
left: 0;
|
|
|
|
padding: 16px;
|
|
|
|
padding: 16px;
|
|
|
|
display: none;
|
|
|
|
display: none;
|
|
|
@ -19840,7 +19840,7 @@ style.textContent = css `
|
|
|
|
.seasonContainer {
|
|
|
|
.seasonContainer {
|
|
|
|
position: relative;
|
|
|
|
position: relative;
|
|
|
|
float: left;
|
|
|
|
float: left;
|
|
|
|
margin-right: 16px;
|
|
|
|
margin-right: 10px;
|
|
|
|
margin-bottom: 15px;
|
|
|
|
margin-bottom: 15px;
|
|
|
|
transition: 0.5s;
|
|
|
|
transition: 0.5s;
|
|
|
|
}
|
|
|
|
}
|
|
|
|