Project-Reclass / toynet-react

The frontend service for ToyNet emulator and learning platform.
https://toynet.projectreclass.org
GNU General Public License v3.0
8 stars 20 forks source link

Fix Y margin for Lecture and Article submodules #292

Closed De1ain closed 2 years ago

De1ain commented 2 years ago

Fix Y margin for Lecture and Article submodules

Renamed ArticleStyles to ArticleStyled - similarly to other components. Added new LectureStyled module.

Added 2 new styled components - ArticleContainer and LectureContainer, similarly to how Survey and Quiz submodule are built.

Updated the test snapshot for Article.

Resolves Issue: closes #290.

De1ain commented 2 years ago

There are other submodules that still have different Y margins - Animation and Value

scottjr632 commented 2 years ago

@De1ain If you want you can make the margins for animation and value the same as well. Just make it another PR 😄
Thanks for all the help!