mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-17 18:22:33 +00:00
Fix figcaption position when mobile_layout_economy enabled
* See: https://github.com/next-theme/hexo-theme-next/issues/641
This commit is contained in:
parent
ed4bb2b413
commit
c8b84567cc
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user