added more functionality to the shadowbox part of the profile page

This commit is contained in:
2023-03-30 10:04:15 -04:00
parent 1b0753912a
commit 2732bedbe9
3 changed files with 44 additions and 1 deletions

View File

@@ -185,6 +185,7 @@ p {
justify-content: center;
align-items: center;
padding-top: 50px;
width: 100%;
}
#shadowboxContainer > img {
@@ -192,4 +193,16 @@ p {
max-width: 100%;
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}
#shadowboxFallback {
display: flex;
flex-direction: column;
align-items: center;
background-color: #bbbbbb;
width: 100%;
height: 300px;
}
#shadowboxFallback > p {
margin: auto;
}