Changed a tag from `flex` to `inline` to avoid misclicks.
This commit is contained in:
parent
05623b9030
commit
77af3a9701
|
@ -94,7 +94,7 @@
|
||||||
.video-info-by a {
|
.video-info-by a {
|
||||||
@include disable-default-a-behaviour;
|
@include disable-default-a-behaviour;
|
||||||
|
|
||||||
display: flex;
|
display: inline;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
color: #000;
|
color: #000;
|
||||||
|
|
Loading…
Reference in New Issue