Paginator: add option for maximum number of columns

Also: allow it to be positioned relative to the parent
This commit is contained in:
John Factotum
2023-03-09 23:36:20 +08:00
parent 25909f41a1
commit 2c452719d0
2 changed files with 28 additions and 12 deletions
+6 -2
View File
@@ -15,8 +15,12 @@
}
}
}
html {
height: 100%;
}
body {
margin: 0;
margin: 0 auto;
height: 100%;
font: menu;
font-family: system-ui, sans-serif;
}
@@ -28,7 +32,7 @@ body {
text-align: center;
}
#drop-target h1 {
font-weight: 900;
font-weight: 900;
}
#file-button {
font: inherit;