A few CSS fixes for message bubbles

This commit is contained in:
Evan Hahn 2020-08-12 17:47:20 -05:00 committed by GitHub
parent c369363e10
commit a8090d8c66
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 46 additions and 9 deletions

View file

@ -609,14 +609,17 @@
text-align: center;
position: relative;
// These should match the paddings from .module-message__container,
// effectively "undoing" that padding.
margin: {
left: -12px;
right: -12px;
top: -10px;
bottom: -15px;
bottom: -10px;
}
border-radius: 16px;
line-height: 0;
overflow: hidden;
@include light-theme {
@ -637,10 +640,6 @@
border-top-left-radius: 0px;
border-top-right-radius: 0px;
}
&--with-collapsed-metadata {
margin-bottom: -10px;
}
}
.module-message__sticker-container {
@ -4319,7 +4318,6 @@ $timer-icons: '55', '50', '45', '40', '35', '30', '25', '20', '15', '10', '05',
display: inline-block;
margin: 1px;
vertical-align: middle;
overflow: hidden;
}
.module-image--with-background {