Skip to content

Commit f9e6fcc

Browse files
committed
css bug修复
1 parent bbd1ba8 commit f9e6fcc

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2+
**/.DS_Store

assets/css/main.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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 {

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* 一款相册主题,Plus系列目前由Heo维护
44
* @package TimePlus
55
* @author zhheo
6-
* @version 2.4
6+
* @version 2.5
77
* @link https://zhheo.com/
88
*/
99
?>

0 commit comments

Comments
 (0)