mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-12-19 00:32:11 +03:00
Small radius fix
This commit is contained in:
parent
31d7016bd9
commit
2ba2696e9e
1 changed files with 2 additions and 0 deletions
|
@ -33,6 +33,8 @@
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 0;
|
top: 0;
|
||||||
animation: phanpying 0.2s ease-in-out both;
|
animation: phanpying 0.2s ease-in-out both;
|
||||||
|
border-top-right-radius: inherit;
|
||||||
|
border-bottom-right-radius: inherit;
|
||||||
}
|
}
|
||||||
.nav-menu section:last-child > .szh-menu__divider:first-child {
|
.nav-menu section:last-child > .szh-menu__divider:first-child {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
Loading…
Reference in a new issue