Merge branch 'support/0.3' into develop

This commit is contained in:
Serraniel 2020-11-04 21:25:42 +01:00
commit 4ed0e39e02
Signed by: Serraniel
GPG key ID: 3690B4E7364525D3
3 changed files with 6 additions and 4 deletions

View file

@ -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": {

View file

@ -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/*"

View file

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