Readme, styling, test
- Update frontend readme to dunk on Chrome and recommend Firefox instead - Fix some frontend test - Apply some "styling"
This commit is contained in:
parent
876c7a2b73
commit
76e8b183ca
4 changed files with 24 additions and 20 deletions
|
@ -1,4 +1,4 @@
|
|||
<div>
|
||||
<div class="timeline-note">
|
||||
<h3>{{@username}}</h3>
|
||||
<p>{{@content}}</p>
|
||||
</div>
|
|
@ -1 +1,6 @@
|
|||
/* Ember supports plain CSS out of the box. More info: https://cli.emberjs.com/release/advanced-use/stylesheets/ */
|
||||
|
||||
.timeline-note {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue