Change bg colour on hoover
This commit is contained in:
parent
18fcbc5056
commit
ec8ce53466
1 changed files with 8 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue