mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-04-07 03:06:56 +00:00
Smaller titles for modal dialogs
This commit is contained in:
parent
5a37820a21
commit
9cbee467cb
@ -30,7 +30,7 @@ Modal.prototype.display = function(title,options) {
|
||||
modalBackdrop = document.createElement("div"),
|
||||
modalWrapper = document.createElement("div"),
|
||||
modalHeader = document.createElement("div"),
|
||||
headerTitle = document.createElement("h1"),
|
||||
headerTitle = document.createElement("h3"),
|
||||
modalBody = document.createElement("div"),
|
||||
modalLink = document.createElement("a"),
|
||||
modalFooter = document.createElement("div"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user