mirror of
https://github.com/john-okeefe/foliate-js.git
synced 2026-09-09 11:29:14 -04:00
Further reduce header and footer styles
Instead, provide classes. Also: prefix all classes with `foliate-`.
This commit is contained in:
+1
-1
@@ -67,7 +67,7 @@ class Container {
|
||||
// https://bugs.webkit.org/show_bug.cgi?id=218086
|
||||
iframe.setAttribute('sandbox', 'allow-same-origin allow-scripts')
|
||||
iframe.setAttribute('scrolling', 'no')
|
||||
iframe.classList.add('filter')
|
||||
iframe.classList.add('foliate-filter')
|
||||
this.#element.append(element)
|
||||
if (!src) return { blank: true, element, iframe }
|
||||
return new Promise(resolve => {
|
||||
|
||||
Reference in New Issue
Block a user