move external source button to extra buttons, make expand button easier to click and highlight on hover
This commit is contained in:
parent
fdfb8810c1
commit
46320090e3
7 changed files with 51 additions and 28 deletions
|
@ -5,7 +5,8 @@ import {
|
|||
faBookmark,
|
||||
faEyeSlash,
|
||||
faThumbtack,
|
||||
faShareAlt
|
||||
faShareAlt,
|
||||
faExternalLinkAlt
|
||||
} from '@fortawesome/free-solid-svg-icons'
|
||||
import {
|
||||
faBookmark as faBookmarkReg
|
||||
|
@ -17,7 +18,8 @@ library.add(
|
|||
faBookmarkReg,
|
||||
faEyeSlash,
|
||||
faThumbtack,
|
||||
faShareAlt
|
||||
faShareAlt,
|
||||
faExternalLinkAlt
|
||||
)
|
||||
|
||||
const ExtraButtons = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue