move external source button to extra buttons, make expand button easier to click and highlight on hover

This commit is contained in:
Shpuld Shpuldson 2020-12-03 11:57:17 +02:00
parent fdfb8810c1
commit 46320090e3
7 changed files with 51 additions and 28 deletions

View file

@ -139,6 +139,20 @@ $status-margin: 0.75em;
.heading-right {
display: flex;
flex-shrink: 0;
.button-unstyled {
padding: 5px;
margin: -5px;
&:hover svg {
color: $fallback--lightText;
color: var(--lightText, $fallback--lightText);
}
}
.svg-inline--fa {
margin-left: 0.25em;
}
}
.timeago {