X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/2c0eb88678075e583641f4d1debe3bec2bfd0bf1..e6dd6130291ef3a958bd6d8666ee16ad8e633056:/apps/wolnelektury_core/static/scss/main/book_box.scss diff --git a/apps/wolnelektury_core/static/scss/main/book_box.scss b/apps/wolnelektury_core/static/scss/main/book_box.scss index c9b3656f1..4640b30ac 100755 --- a/apps/wolnelektury_core/static/scss/main/book_box.scss +++ b/apps/wolnelektury_core/static/scss/main/book_box.scss @@ -153,6 +153,20 @@ @include size(margin-top, 5px); } + @include min-screen($S_BOOK_SHORT_FULL) { + // Show full title on the work's page. + + .book-box-body { + height: auto; + @include size(min-height, 170px); + + .book-box-head .title { + height: auto; + @include size(min-height, 57.6px); + } + } + } + .book-box-head, .tags, .book-box-tools { @@ -292,6 +306,7 @@ .tags { @include size(font-size, 11px); line-height: 1.2em; + margin-bottom: 5px; @include min-screen($S_BOOK_SHORT_FULL) { clear: right;