Commit Graph

6 Commits

Author SHA1 Message Date
Florian Scholdei
2cb006d040 Replace styled-components with bulma helpers (#1783)
Use Bulma helpers whenever possible instead of custom styled components.
This pull request replaces primarily color definitions, spacing and flex instructions.
2021-09-15 17:40:08 +02:00
Florian Scholdei
5cb2f077d9 Fix annotate overflow and doubled spacing in code views (#1678)
Fix annotate overflow: Total div size was smaller than minimum size of individual children (+ margin).
Fix doubled spacing in code content views: Spacing duplicates through .panel-block as default for styling, various containers and inner syntax highlighter definition. Unfortunately, the latter is not easy to change, since it is also used with inline syntax highlighter.
2021-06-02 08:57:36 +02:00
Konstantin Schaper
74f180f14a fix ui annotate glitch 2020-10-21 14:28:52 +02:00
Konstantin Schaper
3b9fa12d71 fix visual glitch in annotate view 2020-10-20 12:21:05 +02:00
Sebastian Sdorra
62996d6585 align calculating and formatting of dates between components 2020-06-17 12:26:22 +02:00
Sebastian Sdorra
52f3c1d8fe restructure annotate components 2020-06-16 10:50:38 +02:00