Skip to content

Commit

Permalink
Update forum.less
Browse files Browse the repository at this point in the history
  • Loading branch information
iamdarkle committed Sep 10, 2024
1 parent c632036 commit 4baaf36
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions less/forum.less
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
@import (inline) "fancybox.css";
@import (inline) "carousel.css";
@import (inline) "panzoom.css";
@import (inline) "panzoom.controls.css";

.f-carousel__slide {
display: flex;
justify-content: center;
align-items: center;
}

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

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

0 comments on commit 4baaf36

Please sign in to comment.