mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-07-26 00:29:45 +02:00
[Fix] Several ui fixes (#205)
* Fix sidebar * Use squircle mask for header links * Firefox mask-box-image fix
This commit is contained in:
parent
669b78b967
commit
8c0211d7bc
6 changed files with 12 additions and 5 deletions
|
@ -12,7 +12,6 @@
|
|||
cursor: pointer;
|
||||
transition-property: background-color;
|
||||
transition-duration: 0.1s;
|
||||
border-radius: 8px;
|
||||
|
||||
@apply --squircle;
|
||||
|
||||
|
|
|
@ -35,9 +35,10 @@
|
|||
&__menu-link {
|
||||
padding: 4px 10px;
|
||||
font-weight: 500;
|
||||
border-radius: 8px;
|
||||
transition: background-color .13s;
|
||||
|
||||
@apply --squircle;
|
||||
|
||||
&:hover {
|
||||
background-color: var(--color-link-hover);
|
||||
}
|
||||
|
|
|
@ -25,6 +25,10 @@
|
|||
&--hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
&--invisible {
|
||||
visibility: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
@ -58,7 +62,7 @@
|
|||
}
|
||||
|
||||
&__section:not(:first-child) {
|
||||
margin-top: 20px;
|
||||
margin-top: 19px;
|
||||
}
|
||||
|
||||
&__section-title {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue