Skip to content

Commit

Permalink
fix review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bgptr committed Feb 16, 2021
1 parent a4b88b1 commit fa2e43b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
display: flex;
flex-direction: row;
}
.myTicketsCharts {
.charts {
-webkit-user-select: text;
}
.myTicketsCharts {
.charts {
background: var(--background-back-color);
padding: 30px 0px 30px 0px;
min-height: 230px;
Expand Down Expand Up @@ -126,12 +126,12 @@
}

@media screen and (max-width: 1179px) {
.myTicketsCharts {
.charts {
width: 667px;
}
}
@media screen and (max-width: 768px) {
.myTicketsCharts {
.charts {
padding-top: 20px;
width: 355px;
flex-direction: column;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const StatisticsTab = () => {
className={styles.isRow}
children={subtitleMenu({ allStakePoolStats, hasStats })}
/>
<div className={styles.myTicketsCharts}>
<div className={styles.charts}>
{getMyTicketsStatsRequest ? (
<DecredLoading className={styles.newLogoAnimation}/>
) : (
Expand Down

0 comments on commit fa2e43b

Please sign in to comment.