Skip to content

Commit

Permalink
Update: media-query rearranged
Browse files Browse the repository at this point in the history
  • Loading branch information
rielAsh24 committed May 31, 2023
1 parent 344805b commit 6759bf0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/application/style/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,16 +80,16 @@ body[data-notebook='edit'] #spacer-widget-bottom {
box-shadow: var(--jp-elevation-z4);
}

@media only screen and (max-width: 760px) {
#main-panel .jp-TreePanel {
padding: 0rem 2rem;
}

@media screen and (max-width: 760px) {
#main-panel .jp-TreePanel {
padding: 0rem;
}
}

#main-panel .jp-TreePanel {
padding: 0rem 2rem;
}

#main-panel .jp-TreePanel > .lm-TabPanel-stackedPanel {
box-shadow: var(--jp-elevation-z4);
}
Expand Down

0 comments on commit 6759bf0

Please sign in to comment.