Add final touches

This commit is contained in:
Schmelczer András 2020-01-10 20:10:59 +01:00
parent b1fd2f372f
commit 0429ea7f72
64 changed files with 576 additions and 444 deletions

View file

@ -1,5 +1,5 @@
import { TimelineElement } from '../../../model/portfolio';
import { html } from '../../../model/misc';
import { html } from '../../../framework/model/misc';
import './timeline-element.scss';
@ -22,8 +22,8 @@ export const generate = (
? `
<div class="more"></div>
<div class="buttons">
<a class="show-more">${showMore}</a>
<a class="show-less">${showLess}</a>
<a tabindex="0" class="show-more">${showMore}</a>
<a tabindex="0" class="show-less">${showLess}</a>
</div>
`
: ''