Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
iamdarkle committed Sep 9, 2024
1 parent cc12b8f commit bbfa352
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion js/dist/forum.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/dist/forum.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/src/forum/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ app.initializers.add('darkle/fancybox', () => {
infinite: false,
dragFree: false,
Navigation: {
nextTpl: "Next page",
prevTpl: "Previous page",
nextTpl: "<i class='fa-solid fa-angle-right'></i>",
prevTpl: "<i class='fa-solid fa-angle-left'></i>",
},
});
carousels.set(gallery.id, carousel);
Expand Down
3 changes: 3 additions & 0 deletions less/forum.less
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
.f-carousel {
--f-button-width: 36px;
--f-button-height: 36px;
--f-button-border-radius: 4px;
--f-button-hover-bg: var(--button-bg-hover);
--f-button-active-bg: var(--button-bg-hover);
}

.fancybox-gallery, a[data-fancybox="single"] > img {
Expand Down

0 comments on commit bbfa352

Please sign in to comment.