diff options
| author | lonkaars <loek@pipeframe.xyz> | 2023-01-29 16:46:15 +0100 |
|---|---|---|
| committer | lonkaars <loek@pipeframe.xyz> | 2023-01-29 16:46:15 +0100 |
| commit | 34ea3829e7cb435a4357b43fcfff514fdd39083e (patch) | |
| tree | 8293b7f4a9e5d9e45341609595c754ff115a2771 /yomichan/userscript-settings.css | |
| parent | ae34a31fd4beb438118f6129e867b6f3cf2ba602 (diff) | |
separate yomichan into user.js patch and sentence-export plugin
Diffstat (limited to 'yomichan/userscript-settings.css')
| -rw-r--r-- | yomichan/userscript-settings.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/yomichan/userscript-settings.css b/yomichan/userscript-settings.css new file mode 100644 index 0000000..422096f --- /dev/null +++ b/yomichan/userscript-settings.css @@ -0,0 +1,11 @@ +.icon[data-icon=script] { --icon-image: url(/images/script.svg); } + +#user-script-container { + display: flex; + flex-flow: column nowrap; +} +#user-script-header { font-size: var(--font-size-small); } +#user-script-editor { + width: 100%; + flex: 1 1 auto; +} |