File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+
2+ ** /.DS_Store
Original file line number Diff line number Diff line change @@ -1847,15 +1847,14 @@ body.is-preload #header {
18471847.nav-item .nav-item-child {
18481848 position : absolute;
18491849 bottom : 30px ;
1850- display : flex;
18511850 flex-direction : column;
18521851 width : 120px ;
18531852 margin-bottom : 0 ;
18541853 padding : 8px ;
18551854 align-items : center;
18561855 background : var (--heo-maskbg );
18571856 border-radius : 8px ;
1858- opacity : 0 ;
1857+ display : none ;
18591858 height : fit-content;
18601859 transition : 0.3s ;
18611860}
@@ -1871,7 +1870,7 @@ body.is-preload #header {
18711870}
18721871
18731872.nav-item : hover .nav-item-child {
1874- opacity : 1 ;
1873+ display : flex ;
18751874}
18761875
18771876# header nav > ul > li a {
Original file line number Diff line number Diff line change 33 * 一款相册主题,Plus系列目前由Heo维护
44 * @package TimePlus
55 * @author zhheo
6- * @version 2.4
6+ * @version 2.5
77 * @link https://zhheo.com/
88 */
99?>
You can’t perform that action at this time.
0 commit comments