Skip to content

Commit

Permalink
fix: hex color selector width (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
diogogmatos authored Feb 1, 2025
1 parent a98e848 commit a272200
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -361,21 +361,7 @@ a {
}

#bySubject .react-colorful {
width: calc(100vw - 6rem);
}

#byYear .react-colorful {
width: calc(86vw - 6rem);
}

@media (min-width: 1024px) {
#bySubject .react-colorful {
width: 18rem;
}

#byYear .react-colorful {
width: 14rem;
}
width: 100%;
}

.ant-collapse-header-text {
Expand Down

0 comments on commit a272200

Please sign in to comment.