Update src/styles/comments.css
All checks were successful
Release to Staging / build_and_release (push) Successful in 1m9s

This commit is contained in:
freakoverse 2025-02-14 21:01:16 +00:00
parent 2a5fdc9843
commit c0ff1b7537

View File

@ -567,19 +567,19 @@ hover {
}
.IBMSMSMBSSCL_CBExpand {
transition: ease 0.3s;
transition: ease .3s;
width: 100%;
display: flex;
flex-direction: column;
justify-content: center;
padding: 5px 15px;
background: rgba(255,255,255,0);
background: #fff0;
border-radius: 5px;
text-align: center;
font-size: 12px;
color: rgba(255,255,255,0.25);
color: #ffffff40;
line-height: 1.5;
cursor: pointer;
cursor: pointer
}
.IBMSMSMBSSCL_CBExpand.IBMSMSMBSSCL_CBExpandAlt {