Update src/styles/post.css
All checks were successful
Release to Staging / build_and_release (push) Successful in 1m11s
All checks were successful
Release to Staging / build_and_release (push) Successful in 1m11s
This commit is contained in:
parent
ded65367e6
commit
6b11d2918b
@ -217,10 +217,15 @@
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
grid-gap: 10px;
|
||||
background: rgba(0,0,0,0.1);
|
||||
border-radius: 10px;
|
||||
background: rgb(0 0 0 / 15%);
|
||||
padding: 10px;
|
||||
box-shadow: inset 0 0 8px 0 rgb(0,0,0,0.1);
|
||||
box-shadow: inset 0 0 8px hsl(0deg 0% 0% / 25%);
|
||||
}
|
||||
|
||||
.IBMSMSMBSSShotsWrapper {
|
||||
border-radius: 10px;
|
||||
border: solid 1px rgb(255 255 255 / 10%);
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.IBMSMSMBSSShotsImg {
|
||||
@ -230,6 +235,7 @@
|
||||
height: 140.625px;
|
||||
object-fit: cover;
|
||||
cursor: pointer;
|
||||
box-shadow: 0 0 4px 0 rgb(0 0 0 / 20%);
|
||||
}
|
||||
|
||||
.IBMSMSMBSSPostsWrapper {
|
||||
|
Loading…
x
Reference in New Issue
Block a user