Merged PR 128: small fix on reactions
small fix on reactions
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user