css fix to trick adblock on follow button by @nila99

This commit is contained in:
Moriz Wahl 2021-02-17 10:01:59 +01:00
parent fd449f1d3a
commit 13931c90e7

View File

@ -1,6 +1,6 @@
<template>
<base-button
class="follow-button"
class="track-button"
:disabled="disabled || !followId"
:loading="loading"
:icon="icon"
@ -85,7 +85,7 @@ export default {
</script>
<style lang="scss">
.follow-button {
.track-button {
display: block;
width: 100%;
}