mirror of
https://github.com/janeczku/calibre-web
synced 2024-11-28 20:39:59 +00:00
[fix] Add a scroll bar to a long list of meta information
This commit is contained in:
parent
eef4787b79
commit
54a006a420
@ -103,6 +103,10 @@ input.pill:not(:checked) + label .glyphicon {
|
|||||||
|
|
||||||
.tags_click, .serie_click, .language_click {margin-right: 5px;}
|
.tags_click, .serie_click, .language_click {margin-right: 5px;}
|
||||||
|
|
||||||
|
#meta-info {
|
||||||
|
height:600px;
|
||||||
|
overflow:scroll;
|
||||||
|
}
|
||||||
#meta-info img { max-height: 150px; max-width: 100px; cursor: pointer; }
|
#meta-info img { max-height: 150px; max-width: 100px; cursor: pointer; }
|
||||||
|
|
||||||
.padded-bottom { margin-bottom: 15px; }
|
.padded-bottom { margin-bottom: 15px; }
|
||||||
|
Loading…
Reference in New Issue
Block a user