24 lines
305 B
SCSS
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;
|
|
}
|
|
}
|