mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
css fix to trick adblock on follow button by @nila99
This commit is contained in:
parent
fd449f1d3a
commit
13931c90e7
@ -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%;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user