Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-07-10 | Fix unequal grid item widths (and use fr unit) | Thomas Lange | 1 | -13/+10 | |
This commit fixes the inconsistent grid item widths in the form and item overview grid layout. It now also makes use of the fraction unit "fr". See: https://css-tricks.com/introduction-fr-css-unit/ | |||||
2021-07-09 | Bugfix: Add CSS "word-break" property | Thomas Lange | 1 | -0/+1 | |
2021-07-05 | Add dark color mode for admin theme | Thomas Lange | 1 | -0/+1169 | |
This commit adds a dark color mode for the admin theme. The dark color mode can be enabled/disabled by clicking the hyperlink in the footer. It is not perfect yet (it uses cookies and needs a full page reload), but it works just fine for the moment. Hope your eyes can enjoy it! |