Skip to content

Commit

Permalink
bugfix(discoveryModalButtonsMediaQueries): Initial commit (#1593)
Browse files Browse the repository at this point in the history
* bugfix(discoveryModalButtonsMediaQueries): Initial commit

* bugfix(discoveryModalButtonsMediaQueries): Reverted unintentionally changed file and removed commented code
  • Loading branch information
jarvisraymond-uchicago authored Sep 10, 2024
1 parent 41eadba commit fc33ca8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/Discovery/Discovery.css
Original file line number Diff line number Diff line change
Expand Up @@ -641,3 +641,15 @@
color: var(--g3-color__base-blue);
border-color: var(--g3-color__base-blue);
}

/* Media Queries */
@media (max-width: 1080px) {
.discovery-modal__header-buttons,
.discovery-modal__header-buttons > .ant-space {
display: block;
}

.discovery-modal__header-buttons > div.ant-space-horizontal > span.ant-space-item-split {
display: none;
}
}

0 comments on commit fc33ca8

Please sign in to comment.