diff --git a/bookwyrm/static/css/bookwyrm.css b/bookwyrm/static/css/bookwyrm.css index 67555ae2..801c3635 100644 --- a/bookwyrm/static/css/bookwyrm.css +++ b/bookwyrm/static/css/bookwyrm.css @@ -525,6 +525,10 @@ body { justify-content: center !important; } +.align.to-t { + align-items: flex-start !important; +} + .align.to-r { justify-content: flex-end !important; } @@ -542,6 +546,10 @@ body { justify-content: center !important; } + .align.to-t-mobile { + align-items: flex-start !important; + } + .align.to-r-mobile { justify-content: flex-end !important; } @@ -556,6 +564,10 @@ body { justify-content: center !important; } + .align.to-t-tablet { + align-items: flex-start !important; + } + .align.to-r-tablet { justify-content: flex-end !important; } diff --git a/bookwyrm/templates/book/edit_book.html b/bookwyrm/templates/book/edit_book.html index e57c39e2..8ebbeaae 100644 --- a/bookwyrm/templates/book/edit_book.html +++ b/bookwyrm/templates/book/edit_book.html @@ -170,7 +170,7 @@