1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-31 14:42:10 +00:00

fix wiki icon bug

This commit is contained in:
杨顺强
2024-07-12 15:56:35 +08:00
parent d137f85420
commit 52d57a80a9

View File

@@ -18,8 +18,14 @@
position: relative;
width: 78px;
height: 78px;
font-size: 78px;
z-index: 1;
display: flex;
align-items: center;
justify-content: center;
}
.wiki-page-icon-container>span {
font-size: 66px;
}
.wiki-page-icon-container:hover {