mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-06 01:12:03 +00:00
fix wiki icon bug
This commit is contained in:
@@ -18,8 +18,14 @@
|
|||||||
position: relative;
|
position: relative;
|
||||||
width: 78px;
|
width: 78px;
|
||||||
height: 78px;
|
height: 78px;
|
||||||
font-size: 78px;
|
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wiki-page-icon-container>span {
|
||||||
|
font-size: 66px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wiki-page-icon-container:hover {
|
.wiki-page-icon-container:hover {
|
||||||
|
Reference in New Issue
Block a user