Update: Seasons elements span the whole width

pull/16/head
Juraj Nyíri 3 years ago
parent dc0000cc1d
commit 078e3dcfc9

@ -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;
} }

@ -26,7 +26,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;
@ -325,7 +325,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;
} }

Loading…
Cancel
Save