Fix figcaption position when mobile_layout_economy enabled

* See: https://github.com/next-theme/hexo-theme-next/issues/641
This commit is contained in:
Mimi 2023-04-26 19:01:07 +08:00
parent ed4bb2b413
commit c8b84567cc

View File

@ -52,6 +52,11 @@ if (hexo-config('mobile_layout_economy')) {
margin-bottom: 10px !important;
}
// Fix issue #641
.image-caption, img + figcaption, .fancybox + figcaption {
margin: -5px auto 15px !important;
}
.note {
margin-bottom: 10px !important;
padding: 10px !important;