Merge branch 'main' into smaller-statuses-dense-cards

This commit is contained in:
Joachim
2021-04-24 20:07:13 +02:00
committed by GitHub
46 changed files with 1904 additions and 2510 deletions

View File

@ -1,6 +1,5 @@
html {
scroll-behavior: smooth;
scroll-padding-top: 20%;
}
body {
@ -110,6 +109,13 @@ body {
}
}
/** Stars
******************************************************************************/
.stars {
white-space: nowrap;
}
/** Stars in a review form
*
* Specificity makes hovering taking over checked inputs.