mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-20 02:37:41 -05:00
add margin to widgets and add item template to PyList
This commit is contained in:
@@ -98,7 +98,7 @@ export class PyRepl extends BaseEvalElement {
|
||||
})
|
||||
|
||||
let mainDiv = document.createElement('div');
|
||||
addClasses(mainDiv, ["parentBox", "group", "flex", "flex-col", "mt-2", "border-2", "border-gray-200", "rounded-lg"])
|
||||
addClasses(mainDiv, ["parentBox", "group", "flex", "flex-col", "mt-2", "border-2", "border-gray-200", "rounded-lg", "mx-8"])
|
||||
// add Editor to main PyScript div
|
||||
|
||||
// Butons DIV
|
||||
|
||||
Reference in New Issue
Block a user