Skip to content

Commit

Permalink
feat: 优化文章区域表格展示效果
Browse files Browse the repository at this point in the history
  • Loading branch information
Tokinx authored Mar 23, 2024
1 parent 703d46e commit 9270372
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Description: Simple, smooth, data-driven, responsive WordPress theme
Author: Tokin
Author URI: https://biji.io
Version: 0.8.0
Version: 0.8.1
Tested up to: 5.9.3
Requires at least: 5.8
Requires PHP: 7.0
Expand Down Expand Up @@ -4246,6 +4246,14 @@ body .layout .article-content .blocks-gallery-item:hover figcaption {
padding-bottom: 0.6rem;
opacity: 1;
}
body .layout .article-content table{
overflow: auto;
width: 100%;
display: inline-block;
}
body .layout .article-content table td{
text-wrap: nowrap;
}
body .layout .article-links li {
align-content: space-around;
}
Expand Down

0 comments on commit 9270372

Please sign in to comment.