mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-28 07:40:13 +08:00
docs: improve navigation styling for items with children, improve mobile spacing
This commit is contained in:
parent
b629b382e1
commit
eea228018b
@ -188,7 +188,7 @@ $menuBreakPoint: 800px;
|
||||
&__link-list &__link-list {
|
||||
display: none;
|
||||
padding-left: 1rem;
|
||||
margin-top: 0.5rem;
|
||||
margin: 0.5rem 0;
|
||||
}
|
||||
|
||||
&__mobile-nav &__link-list &__link-list {
|
||||
@ -266,8 +266,11 @@ $menuBreakPoint: 800px;
|
||||
}
|
||||
|
||||
&--with-children::after {
|
||||
content: '↓';
|
||||
content: '›';
|
||||
font-weight: bold;
|
||||
color: rgba($colorWhite, 0.2);
|
||||
position: absolute;
|
||||
margin-left: -1.5em;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user