Merge branch 'support/0.3' into develop
This commit is contained in:
commit
4ed0e39e02
|
@ -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": {
|
||||
|
|
|
@ -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/*"
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue