mirror of
https://github.com/john-okeefe/foliate-js.git
synced 2026-09-09 11:29:14 -04:00
Fix header/footer layout
This commit is contained in:
+1
-1
@@ -393,7 +393,7 @@ export class Paginator extends HTMLElement {
|
|||||||
:is(#header, #footer) > * {
|
:is(#header, #footer) > * {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
minWidth: 0;
|
min-width: 0;
|
||||||
}
|
}
|
||||||
:is(#header, #footer) > * > * {
|
:is(#header, #footer) > * > * {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|||||||
Reference in New Issue
Block a user