TelegramPWA/src/components/middle/composer/CustomSendMenu.scss
Alexander Zinchuk 3afcde3217 Initial commit
2021-04-09 14:11:51 +03:00

24 lines
305 B
SCSS

.CustomSendMenu {
position: relative;
bottom: 3.5rem;
.is-pointer-env & {
> .backdrop {
position: absolute;
top: -1rem;
left: auto;
right: 0;
width: 3.5rem;
}
}
.media-disabled > button {
white-space: normal;
}
.bubble {
width: 16rem;
}
}