Skip to content

Commit

Permalink
Increase sidebar width
Browse files Browse the repository at this point in the history
  • Loading branch information
DysphoricUnicorn committed Jan 25, 2022
1 parent 38a7c43 commit fc3187c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion assets/js/components/Sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,13 @@ export const MapSidebar = styled.div`
}
&[data-showing=true] {
width: 20%;
width: 25rem;
}
@media(max-width: 1000px) {
&[data-showing=true] {
width: 90%;
}
}
&[data-showing=false] > div > *, &[data-showing=false] > div > table tbody tr td.special-day, &[data-showing=false] > div > div > button {
Expand Down

0 comments on commit fc3187c

Please sign in to comment.