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

@ -37,7 +37,7 @@
border-radius: 4px;
padding: 15px 14px;
margin: 0px;
height: 48px;
height: $min-touch-target;
&:hover {
cursor: pointer;
}
@ -225,7 +225,7 @@
.add-answer-button {
border-radius: 4px;
height: 48px;
height: $min-touch-target;
width: 100%;
overflow: hidden;
border: 1px solid #242424;