1
0
Fork 0

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
commit e06154c457
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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.