Merge pull request #4230 from Ocelot-Social-Community/fix-follow-button-adblock

fix: css so follow button isn't blocked by adblock
This commit is contained in:
Moriz Wahl 2021-02-17 16:57:18 +01:00 committed by GitHub
commit 2db9301d09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 206 additions and 13886 deletions

14082
CHANGELOG.md

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "ocelot-social-backend",
"version": "0.6.12",
"version": "0.6.13",
"description": "GraphQL Backend for ocelot.social",
"repository": "https://github.com/Ocelot-Social-Community/Ocelot-Social",
"author": "ocelot.social Community",

View File

@ -1,6 +1,6 @@
{
"name": "ocelot-social",
"version": "0.6.12",
"version": "0.6.13",
"description": "Fullstack and API tests with cypress and cucumber for ocelot.social",
"author": "ocelot.social Community",
"license": "MIT",

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%;
}

View File

@ -1,6 +1,6 @@
{
"name": "ocelot-social-webapp",
"version": "0.6.12",
"version": "0.6.13",
"description": "ocelot.social Frontend",
"repository": "https://github.com/Ocelot-Social-Community/Ocelot-Social",
"author": "ocelot.social Community",