added more functionality to the shadowbox part of the profile page
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user