mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-26 04:05:40 +01:00
Merge pull request #2147 from steven-zou/master
fix nav divider style issue
This commit is contained in:
commit
14b2139efc
@ -55,7 +55,7 @@
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.search::after {
|
.search::before {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
content: '';
|
content: '';
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
@ -3,5 +3,5 @@
|
|||||||
top: 60px;
|
top: 60px;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
z-index: 9999;
|
z-index: 999;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user