A few CSS fixes for message bubbles
This commit is contained in:
parent
c369363e10
commit
a8090d8c66
3 changed files with 46 additions and 9 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue