feat: update plugins.yml

This commit is contained in:
Jerry
2022-08-18 00:27:09 +08:00
Unverified
parent a36c9ca6d2
commit 5e656b7072
6 changed files with 42 additions and 39 deletions

View File

@@ -301,10 +301,10 @@
margin-top: 8px
padding: 0
width: max-content
border-radius: 5px
background-color: var(--sidebar-bg)
box-shadow: 0 5px 20px -4px rgba($dark-black, .5)
animation: sub_menus .3s .1s ease both
border-radius: 5px
&:before
position: absolute
@@ -321,9 +321,13 @@
background: var(--text-bg-hover)
&:first-child
border-radius: 5px 5px 0 0
border-top-left-radius: 5px
border-top-right-radius: 5px
&:last-child
border-radius: 0 0 5px 5px
border-bottom-right-radius: 5px
border-bottom-left-radius: 5px
a
display: inline-block
padding: 8px 16px
@@ -369,4 +373,4 @@
&:hover
&:after
width: 100%
width: 100%