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