From 58514c90a3774d9dc0f5a92b06158605df5094a8 Mon Sep 17 00:00:00 2001 From: Serraniel Date: Wed, 4 Nov 2020 20:51:52 +0100 Subject: [PATCH 1/4] #107 Override border color https://canary.discord.com/channels/541683465599451136/543812424541798421/773621830161268756 --- src/stylesheets/enhancements/_lists.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/stylesheets/enhancements/_lists.scss b/src/stylesheets/enhancements/_lists.scss index 078205e..acfbd08 100644 --- a/src/stylesheets/enhancements/_lists.scss +++ b/src/stylesheets/enhancements/_lists.scss @@ -1,5 +1,7 @@ md-list-item { &:not(:last-child) { - border-bottom: 1px solid $gray; + // added important to override aniwatch new introduced border which has a different, more "aggressive" color + // https://canary.discord.com/channels/541683465599451136/543812424541798421/773621830161268756 + border-bottom: 1px solid $gray !important; } } From 5b6111cc78f5c834aa56e2cf523cda07350ad316 Mon Sep 17 00:00:00 2001 From: Serraniel Date: Wed, 4 Nov 2020 20:56:11 +0100 Subject: [PATCH 2/4] #107 Added fix for border overlapping --- src/stylesheets/enhancements/_lists.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/stylesheets/enhancements/_lists.scss b/src/stylesheets/enhancements/_lists.scss index acfbd08..6a77534 100644 --- a/src/stylesheets/enhancements/_lists.scss +++ b/src/stylesheets/enhancements/_lists.scss @@ -3,5 +3,6 @@ md-list-item { // added important to override aniwatch new introduced border which has a different, more "aggressive" color // https://canary.discord.com/channels/541683465599451136/543812424541798421/773621830161268756 border-bottom: 1px solid $gray !important; + margin-bottom: -1px; } } From 124c43195cce57b5358ac6a59d349a8da3a21193 Mon Sep 17 00:00:00 2001 From: Serraniel Date: Wed, 4 Nov 2020 21:11:36 +0100 Subject: [PATCH 3/4] Revert "#107 Added fix for border overlapping" This reverts commit 5b6111cc78f5c834aa56e2cf523cda07350ad316. --- src/stylesheets/enhancements/_lists.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/src/stylesheets/enhancements/_lists.scss b/src/stylesheets/enhancements/_lists.scss index 6a77534..acfbd08 100644 --- a/src/stylesheets/enhancements/_lists.scss +++ b/src/stylesheets/enhancements/_lists.scss @@ -3,6 +3,5 @@ md-list-item { // added important to override aniwatch new introduced border which has a different, more "aggressive" color // https://canary.discord.com/channels/541683465599451136/543812424541798421/773621830161268756 border-bottom: 1px solid $gray !important; - margin-bottom: -1px; } } From 586d5131d337fe4650827ea66518b4902639ed1c Mon Sep 17 00:00:00 2001 From: Serraniel Date: Wed, 4 Nov 2020 21:25:21 +0100 Subject: [PATCH 4/4] Prepared release --- package.json | 2 +- src/manifests/manifest.template.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index d64cabf..50aa848 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aniwatch-plus", - "version": "0.3.0-beta", + "version": "0.3.1-beta", "description": "Aniwatch Plus is a browser extension for https://aniwatch.me/", "main": "index.js", "scripts": { diff --git a/src/manifests/manifest.template.json b/src/manifests/manifest.template.json index f2d1e2a..3011896 100644 --- a/src/manifests/manifest.template.json +++ b/src/manifests/manifest.template.json @@ -1,8 +1,8 @@ { "name": "Aniwatch Plus", "short_name": "AW+", - "version": "0.3.0.0", - "version_name": "0.3.0 Beta", + "version": "0.3.1.0", + "version_name": "0.3.1 Beta", "description": "Aniwatch Plus is an unofficial extension which provides several UI improvments for https://aniwatch.me.", "permissions": [ "*://aniwatch.me/*"