mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 18:54:09 -04:00
Add a border to the content area of the comments edit iframe
This commit is contained in:
parent
2ddfa2aa43
commit
0d260e4e5b
@ -419,7 +419,7 @@ class Editor:
|
||||
|
||||
|
||||
def create_editor():
|
||||
iframe = E.iframe(sandbox='allow-scripts', seamless=True, style='flex-grow: 10', id=self.id)
|
||||
iframe = E.iframe(sandbox='allow-scripts', seamless=True, style='flex-grow: 10; border: solid 1px currentColor', id=self.id)
|
||||
editor = Editor(iframe)
|
||||
add_editor(editor)
|
||||
return iframe, editor
|
||||
|
Loading…
x
Reference in New Issue
Block a user