Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
iamdarkle committed Sep 9, 2024
1 parent 2b4acfb commit cc12b8f
Show file tree
Hide file tree
Showing 4 changed files with 13 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: 4 additions & 0 deletions js/src/forum/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ app.initializers.add('darkle/fancybox', () => {
Dots: false,
infinite: false,
dragFree: false,
Navigation: {
nextTpl: "Next page",
prevTpl: "Previous page",
},
});
carousels.set(gallery.id, carousel);
}
Expand Down
9 changes: 7 additions & 2 deletions less/forum.less
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,16 @@
@import (inline) "panzoom.css";
@import (inline) "panzoom.controls.css";

.f-carousel {
--f-button-width: 36px;
--f-button-height: 36px;
}

.fancybox-gallery, a[data-fancybox="single"] > img {
border: 1px solid #e8ecf3;
border-radius: 4px;
}

a[data-fancybox="single"] {
border-bottom: none!important;
a[data-fancybox="single"], a[data-fancybox="gallery"] {
border-bottom: none !important;
}

0 comments on commit cc12b8f

Please sign in to comment.