mirror of
https://github.com/janeczku/calibre-web
synced 2025-08-10 07:53:55 +00:00
Centering fix.
This commit is contained in:
parent
2eae1c5077
commit
80315e9f6e
@ -164,12 +164,16 @@ body {
|
||||
|
||||
#mainContent.double > canvas {
|
||||
vertical-align: middle;
|
||||
margin-top: auto;
|
||||
margin-bottom: auto;
|
||||
margin-left: 2.5px;
|
||||
margin-right: 2.5px;
|
||||
}
|
||||
|
||||
#mainContent.long-strip > canvas {
|
||||
display: block;
|
||||
margin-top: auto;
|
||||
margin-bottom: auto;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user