X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/357027375ff8867f42ca34bcbfb5a78b5b185fc3..972f33fb2d98a9ff59c931ac6a8a82def7cea6fe:/src/wolnelektury/static/scss/social/shelf_tags.scss diff --git a/src/wolnelektury/static/scss/social/shelf_tags.scss b/src/wolnelektury/static/scss/social/shelf_tags.scss index f20fba8b6..9872140bb 100644 --- a/src/wolnelektury/static/scss/social/shelf_tags.scss +++ b/src/wolnelektury/static/scss/social/shelf_tags.scss @@ -1,29 +1,13 @@ .social-shelf-tags { list-style: none; padding: 0; - margin: 10px 0; - @include min-screen($S_BOOK_SHORT_FULL) { - position: absolute; - top: 134px; - left: 152px; - padding: 10px 10px 5px 10px; - margin: 10px 0; - width: 310px; - overflow: hidden; + position: absolute; + top: 10px; + right: 50px; text-overflow: ellipsis; white-space: nowrap; - &:hover { - overflow: visible; - text-overflow: ellipsis; - white-space: normal; - z-index: 1000; - background: #fff; - box-shadow: 0 0 2px #ddd; - } - } - li { display: inline-block; margin-right: .5em;