mirror of
https://github.com/john-okeefe/foliate-js.git
synced 2026-09-09 11:29:14 -04:00
Paginator: add option for maximum number of columns
Also: allow it to be positioned relative to the parent
This commit is contained in:
+6
-2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user