TelegramPWA/src/components/middle/composer/BotCommandTooltip.scss

12 lines
178 B
SCSS

.BotCommandTooltip {
width: calc(100% - 4rem);
max-width: 26rem;
flex-direction: column;
z-index: -1;
@media (max-width: 600px) {
width: calc(100% - 3rem);
}
}