Fix out beside button

This commit is contained in:
morethanwords 2020-08-29 19:05:28 +03:00
parent 95353248f5
commit e05e9afa37

View File

@ -1465,6 +1465,12 @@ $bubble-margin: .25rem;
background-color: #90e18d !important;
}
}
.bubble-beside-button {
right: auto;
left: -46px;
transform: scaleX(-1);
}
}
.reply-markup {