Merge pull request #965 from KiritaniAyaka/patch-1

fix: fix a minor problem about header border-radius style
pull/981/head
Jerry Wong 2 years ago committed by GitHub
commit bb7fc446fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -321,9 +321,11 @@
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-left-radius: 5px
border-bottom-right-radius: 5px
a
display: inline-block
padding: 8px 16px

Loading…
Cancel
Save