Skip to content

Commit

Permalink
feat: Fix the file previews layout in the pacs query retrieve
Browse files Browse the repository at this point in the history
  • Loading branch information
PintoGideon committed Mar 27, 2024
1 parent fa91a18 commit bfb237b
Show file tree
Hide file tree
Showing 12 changed files with 438 additions and 1,518 deletions.
23 changes: 0 additions & 23 deletions src/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,29 +62,6 @@
padding-block-end: 0;
}

.series-actions {
margin: -1em -1em 1em -1em;
height: 8em;
overflow: hidden;
position: relative;
}

.action-button-container {
position: absolute;
top: 0;
width: 100%;
height: 100%;
padding: 1em;
text-align: center;
}

.action-button-container[class~="hover"] {
opacity: 0;
transition: opacity 0.25s ease;
&:hover {
opacity: 1;
}
}

.small-button {
width: 20px;
Expand Down
2 changes: 1 addition & 1 deletion src/components/Pacs/components/PatientCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
Tooltip,
Skeleton,
} from "@patternfly/react-core";
import StudyCard from "./StudyCardCopy";
import StudyCard from "./StudyCard";
import { CardHeaderComponent } from "./SettingsComponents";
import { PacsQueryContext } from "../context";
import useSettings from "../useSettings";
Expand Down
Loading

0 comments on commit bfb237b

Please sign in to comment.