Skip to content

Commit

Permalink
Merge pull request #25 from dmlls/v0.9.29
Browse files Browse the repository at this point in the history
v0.9.29
  • Loading branch information
dmlls authored Sep 26, 2024
2 parents 80a3126 + 6e3b3ef commit 6982043
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 5 deletions.
4 changes: 3 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Yang! - Yet Another Bangs anywhere extension",
"description": "An open-source, lightweight Firefox extension that allows using DuckDuckGo Bangs anywhere.",
"homepage_url": "https://github.com/dmlls/yang",
"version": "0.9.28",
"version": "0.9.29",

"browser_specific_settings": {
"gecko": {
Expand Down Expand Up @@ -228,6 +228,8 @@
"*://search.brave.com/search*",

"*://www.startpage.com/sp/search*",
"*://eu.startpage.com/sp/search*",
"*://us.startpage.com/sp/search*",

"*://swisscows.com/*/web*",

Expand Down
3 changes: 3 additions & 0 deletions options/add_edit_bang.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ input {
width: 100%;
padding: 8px;
box-sizing: border-box;
border: none;
border: solid 1.5px #aaa;
border-radius: 6px;
}

.button-container {
Expand Down
10 changes: 8 additions & 2 deletions options/options.css
Original file line number Diff line number Diff line change
Expand Up @@ -274,13 +274,19 @@ h1 {

#bangs-table th:first-child,
#bangs-table td:first-child {
width: 30vw;
width: 50vw;
}

#bangs-table th:nth-child(2),
#bangs-table td:nth-child(2) {
padding-right: 0;
padding-left: 0;
}

#bangs-table th:last-child,
#bangs-table td:last-child {
min-width: 25%;
padding-right: 0;
padding-left: 0;
float: right;
}
}
4 changes: 2 additions & 2 deletions options/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ <h1>Custom Bangs</h1>
</div>
<div class="footer">
<code id="version"
><a href="https://github.com/dmlls/yang/releases/tag/v0.9.28"
>v0.9.28</a
><a href="https://github.com/dmlls/yang/releases/tag/v0.9.29"
>v0.9.29</a
></code
>
<a
Expand Down
3 changes: 3 additions & 0 deletions options/settings.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ input {
padding: 8px;
box-sizing: border-box;
text-align: center;
border: none;
border: solid 1.5px #aaa;
border-radius: 6px;
}

.setting-group:nth-child(n + 2) {
Expand Down

0 comments on commit 6982043

Please sign in to comment.