Change bg colour on hoover

This commit is contained in:
Lorem Ipsum 2020-12-20 17:54:02 +00:00
parent 18fcbc5056
commit ec8ce53466

View file

@ -218,12 +218,16 @@ img[alt] {
.msgEmbed {
min-height: 2.75rem;
padding: 0.125rem 0 20px 72px;
position: absolute;
overflow-wrap: break-word;
user-select: text;
width: 96%;
margin: 10px 20px 0 20px;
width: 100%;
margin: 10px 0 0 0;
padding: calc(0.125rem + 10px) 20px 20px 92px;
}
.msgEmbed:hover {
background-color: #04040512;
}
.embedTitle>* {
@ -239,7 +243,7 @@ img[alt] {
.avatar {
position: absolute;
left: 16px;
left: 36px;
margin-top: calc(4px - 0.125rem);
width: 40px;
height: 40px;