Fix header/footer layout

This commit is contained in:
John Factotum
2023-05-17 04:04:09 +08:00
parent ec512a8b7e
commit 31f9d4f919
+1 -1
View File
@@ -393,7 +393,7 @@ export class Paginator extends HTMLElement {
:is(#header, #footer) > * {
display: flex;
align-items: center;
minWidth: 0;
min-width: 0;
}
:is(#header, #footer) > * > * {
width: 100%;