Skip to content

Commit

Permalink
Merge branch 'master' into addUserInfo-naturalcrit#1908
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Ambatte committed Oct 28, 2022
2 parents 039b363 + 3318ba6 commit 8e2fd31
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 12 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ For a full record of development, visit our [Github Page](https://github.com/nat

Fixes issues [#2468](https://github.com/naturalcrit/homebrewery/issues/2468)

##### Jeddai

* [x] Reduce size of thumbnails on social media links

}}

### Friday 19/10/2022 - v3.3.0
Expand Down
24 changes: 23 additions & 1 deletion client/homebrew/pages/basePages/listPage/listPage.less
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,29 @@
font-size : 1.3em;
font-style : italic;
}

.brewCollection {
h1:hover{
cursor: pointer;
}
.active::before, .inactive::before {
font-family: 'Font Awesome 5 Free';
font-weight: 900;
font-size: 0.6cm;
padding-right: 0.5em;
}
.active {
color: var(--HB_Color_HeaderText);
}
.active::before {
content: '\f107';
}
.inactive {
color: #707070;
}
.inactive::before {
content: '\f105';
}
}
}
}
.sort-container{
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "homebrewery",
"description": "Create authentic looking D&D homebrews using only markdown",
"version": "3.3.0",
"version": "3.3.1",
"engines": {
"node": "16.11.x"
},
Expand Down Expand Up @@ -60,7 +60,7 @@
"codemirror": "^5.65.6",
"cookie-parser": "^1.4.6",
"create-react-class": "^15.7.0",
"dedent-tabs": "^0.10.1",
"dedent-tabs": "^0.10.2",
"express": "^4.18.2",
"express-async-handler": "^1.2.0",
"express-static-gzip": "2.1.7",
Expand Down

0 comments on commit 8e2fd31

Please sign in to comment.