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:
Melody Becker 2024-09-18 17:19:27 +02:00
parent 876c7a2b73
commit 76e8b183ca
4 changed files with 24 additions and 20 deletions

View file

@ -1,4 +1,4 @@
<div>
<div class="timeline-note">
<h3>{{@username}}</h3>
<p>{{@content}}</p>
</div>

View file

@ -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;
}