fix: reduce module card height (remove cheight, compact padding/icons)
This commit is contained in:
parent
658b208413
commit
e0ccb5fcb8
BIN
scripts/__pycache__/load_path.cpython-310.pyc
Normal file
BIN
scripts/__pycache__/load_path.cpython-310.pyc
Normal file
Binary file not shown.
@ -57,9 +57,9 @@
|
|||||||
"widgettype": "VBox",
|
"widgettype": "VBox",
|
||||||
"options": {
|
"options": {
|
||||||
"css": "card",
|
"css": "card",
|
||||||
"padding": "24px",
|
"padding": "16px",
|
||||||
"cursor": "pointer",
|
"cursor": "pointer",
|
||||||
"cheight": 12,
|
|
||||||
"cwidth": 23
|
"cwidth": 23
|
||||||
},
|
},
|
||||||
"binds": [
|
"binds": [
|
||||||
@ -106,9 +106,9 @@
|
|||||||
"widgettype": "VBox",
|
"widgettype": "VBox",
|
||||||
"options": {
|
"options": {
|
||||||
"css": "card",
|
"css": "card",
|
||||||
"padding": "24px",
|
"padding": "16px",
|
||||||
"cursor": "pointer",
|
"cursor": "pointer",
|
||||||
"cheight": 12,
|
|
||||||
"cwidth": 23
|
"cwidth": 23
|
||||||
},
|
},
|
||||||
"binds": [
|
"binds": [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user