File tree Expand file tree Collapse file tree 4 files changed +17
-3
lines changed Expand file tree Collapse file tree 4 files changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -1625,7 +1625,8 @@ body.touch .poptrox-popup .nav-next {
1625
1625
color : var (--heo-fontcolor );
1626
1626
transition : 0.3s ;
1627
1627
z-index : 1 ;
1628
- margin : 12px 0 0 12px ;
1628
+ margin-left : 12px ;
1629
+ margin-top : 12px ;
1629
1630
backdrop-filter : saturate (180% ) blur (20px );
1630
1631
-webkit-backdrop-filter : blur (20px );
1631
1632
}
@@ -2466,6 +2467,14 @@ body.is-preload #main .thumb {
2466
2467
margin-bottom : 12px ;
2467
2468
}
2468
2469
2470
+ .content-wrapper {
2471
+ display : none;
2472
+ }
2473
+
2474
+ .poptrox-popup .content-wrapper {
2475
+ display : flex;
2476
+ }
2477
+
2469
2478
.poptrox-popup .tag-info-bottom {
2470
2479
display : flex;
2471
2480
}
Original file line number Diff line number Diff line change 3
3
* 一款相册主题,Plus系列目前由Heo维护
4
4
* @package TimePlus
5
5
* @author zhheo
6
- * @version 2.11
6
+ * @version 2.11.1
7
7
* @link https://zhheo.com/
8
8
*/
9
9
?>
Original file line number Diff line number Diff line change 1
1
{
2
- "tag_name" : " 2.11"
2
+ "tag_name" : " 2.11.1 "
3
3
}
Original file line number Diff line number Diff line change @@ -4,11 +4,16 @@ rsync -avz --progress --chmod=755 ./ root@116.196.68.153:/www/wwwroot/plog.zhheo
4
4
5
5
# 更新日志
6
6
7
+ ## 2.11.1
8
+
9
+ 修复已知问题
10
+
7
11
## 2.11
8
12
移动端优化 #25
9
13
支持时间、设备、地点信息显示
10
14
没有内容的时候不载入p标签
11
15
支持标签显示
16
+ 修改版本号获取逻辑
12
17
13
18
## 2.10
14
19
- 修复了全屏按钮的显示问题
You can’t perform that action at this time.
0 commit comments