fix chevrons alignment
This commit is contained in:
parent
cf9957c733
commit
8b957fb85e
1 changed files with 7 additions and 2 deletions
|
@ -12,7 +12,7 @@
|
|||
@click="toggleCollapse"
|
||||
>
|
||||
<FAIcon
|
||||
class="timelines-chevron"
|
||||
class="navigation-chevron"
|
||||
fixed-width
|
||||
:icon="collapsed ? 'chevron-down' : 'chevron-up'"
|
||||
/>
|
||||
|
@ -143,12 +143,17 @@
|
|||
border: none;
|
||||
}
|
||||
|
||||
.timelines-chevron {
|
||||
.navigation-chevron {
|
||||
margin-left: 0.8em;
|
||||
margin-right: 0.8em;
|
||||
font-size: 1.1em;
|
||||
}
|
||||
|
||||
.timelines-chevron {
|
||||
margin-left: 0.8em;
|
||||
font-size: 1.1em;
|
||||
}
|
||||
|
||||
.timelines-background {
|
||||
padding: 0 0 0 0.6em;
|
||||
background-color: $fallback--lightBg;
|
||||
|
|
Loading…
Reference in a new issue