TelegramPWA/src/components/middle/composer/ChatCommandTooltip.module.scss
2024-04-19 13:37:34 +04:00

12 lines
165 B
SCSS

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