Fix members btn not visible in small devices

This commit is contained in:
Ajay Bura 2022-04-24 16:47:24 +05:30
parent 53f1129242
commit 87f3afd8fd
5 changed files with 12 additions and 3 deletions

View file

@ -1,6 +1,7 @@
@use '../../atoms/scroll/scrollbar';
@use '../../partials/text';
@use '../../partials/dir';
@use '../../partials/screen';
.message,
.ph-msg {
@ -95,7 +96,7 @@
.message__reactions {
max-width: calc(100% - 88px);
min-width: 0;
@media (max-width: 1124px) {
@include screen.smallerThan(tabletBreakpoint) {
max-width: 100%;
}
}