diff --git a/assets/css/index.css b/assets/css/index.css index 16f419c..9399eff 100644 --- a/assets/css/index.css +++ b/assets/css/index.css @@ -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;