Merged PR 128: small fix on reactions

small fix on reactions
This commit is contained in:
Dominic Villemure
2024-08-25 20:47:39 +00:00

View File

@@ -246,6 +246,7 @@ function isMobileDevice() {
<v-btn
v-bind="attrs"
:on="on"
icon="true"
variant="plain"
@touchstart="onTouchStart"
@touchend="onTouchEnd"
@@ -321,7 +322,7 @@ function isMobileDevice() {
justify-content: space-around;
padding: 8px;
margin-top: -35px;
margin-left: 50px;
margin-left: 100px;
}
.active-icon {