|
@@ -124,6 +124,14 @@ body, button, input, textarea {
|
|
|
|
|
|
.info-overlay:hover .info-overlay-text {
|
|
.info-overlay:hover .info-overlay-text {
|
|
display: flex;
|
|
display: flex;
|
|
|
|
+ h5 {
|
|
|
|
+ display: flex;
|
|
|
|
+ flex-flow: column;
|
|
|
|
+ justify-content: center;
|
|
|
|
+ align-items: center;
|
|
|
|
+ width: 100%;
|
|
|
|
+ height: 100%;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
.info-overlay-text {
|
|
.info-overlay-text {
|
|
@@ -503,6 +511,10 @@ details summary::-webkit-details-marker {
|
|
box-sizing: content-box;
|
|
box-sizing: content-box;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.media-drawer-filters img {
|
|
|
|
+ object-fit: contain;
|
|
|
|
+}
|
|
|
|
+
|
|
.reply-container {
|
|
.reply-container {
|
|
.post-thumbnail {
|
|
.post-thumbnail {
|
|
object-fit: cover;
|
|
object-fit: cover;
|
|
@@ -540,3 +552,7 @@ details summary::-webkit-details-marker {
|
|
.tooltip-notification .tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.bs-tooltip-top .arrow::before {
|
|
.tooltip-notification .tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.bs-tooltip-top .arrow::before {
|
|
border-top-color: #dc3545;
|
|
border-top-color: #dc3545;
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+.carousel-control-prev-icon, .carousel-control-next-icon {
|
|
|
|
+ filter: drop-shadow(0px 0px 1px black);
|
|
|
|
+}
|