Mobile: top level heart reaction on double tab

This commit is contained in:
10G Meow 2024-05-18 22:13:07 +03:00
parent ac184de2b2
commit 62cf15f2de
16 changed files with 199 additions and 39 deletions

View file

@ -286,7 +286,7 @@ body {
.input-area-button {
margin: 0;
padding: 0;
min-width: 48px;
min-width: $min-touch-target;
&.input-more-icon {
svg {
@ -430,6 +430,10 @@ body {
display: inline-block;
position: relative;
max-width: 70%;
@media #{map-get($display-breakpoints, 'sm-and-down')} {
min-height: $min-touch-target;
}
}
&.from-admin .bubble {
background-color: rgba($admin-bg,0.8);
@ -520,6 +524,10 @@ body {
display: inline-block;
position: relative;
max-width: 70%;
@media #{map-get($display-breakpoints, 'sm-and-down')} {
min-height: $min-touch-target;
}
}
.audio-bubble {
background-color: rgba(#e5e5e5,0.8);
@ -1409,7 +1417,7 @@ body {
bottom: 68px;
left: 8px;
right: 8px;
height: 48px;
height: $min-touch-target;
background: rgba(0, 0, 0, 0.69);
border: 1px solid #000000;
border-radius: 5px;