Skip to content

Commit

Permalink
Fix placeholder changing height of the modal
Browse files Browse the repository at this point in the history
  • Loading branch information
xpaczka committed Oct 23, 2023
1 parent 18201af commit 0a8e420
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/ui/Island/RealmDetails/Placeholder/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export default function RealmDetailsPlaceholder({
margin: 24px 0;
border-radius: 24px;
background: var(--primary-p1-40);
height: 373px;
}
.placeholder_title {
position: absolute;
Expand All @@ -34,6 +35,11 @@ export default function RealmDetailsPlaceholder({
letter-spacing: 0.84px;
white-space: pre-wrap;
}
.placeholder_image {
width: 100%;
height: 100%;
object-fit: contain;
}
`}</style>
</>
)
Expand Down

0 comments on commit 0a8e420

Please sign in to comment.