Skip to content

Commit

Permalink
Merge pull request #263 from salcido/big-anv
Browse files Browse the repository at this point in the history
Increase size of ANV inputs in Credits
  • Loading branch information
salcido authored Dec 8, 2023
2 parents af1d0a5 + 0658d0e commit 17edd61
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions css/baoi-fields.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@
margin: 0 .5rem 0 0;
}

input[id*="artist-credits-anv"] {
min-width: 275px;
}
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Discogs Enhancer",
"short_name": "Discogs Enhancer",
"description": "Adds a dark theme, block sellers, price comparisons, currency converter, configurable quick search, & more to Discogs!",
"version": "3.6.2",
"version": "3.6.3",
"author": "Matthew Salcido",
"homepage_url": "https://www.discogs-enhancer.com",
"action": {
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "discogs-enhancer",
"version": "3.6.2",
"version": "3.6.3",
"description": "A Chrome extension that adds useful functionality to Discogs.com! https://www.discogs-enhancer.com",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<p align="center">
<img src="https://github.com/salcido/discogs-enhancer/actions/workflows/main.yml/badge.svg">
<a href="https://chrome.google.com/webstore/detail/discogs-enhancer/fljfmblajgejeicncojogelbkhbobejn">
<img src="https://img.shields.io/badge/Users-8.8k-brightgreen" alt="Chrome Web Store">
<img src="https://img.shields.io/badge/Users-8.9k-brightgreen" alt="Chrome Web Store">
</a>
<a href="https://chrome.google.com/webstore/detail/discogs-enhancer/fljfmblajgejeicncojogelbkhbobejn">
<img src="https://img.shields.io/badge/Rating-4.85%2F5-blue" alt="Chrome Web Store">
Expand Down

0 comments on commit 17edd61

Please sign in to comment.