Initial commit
This commit is contained in:
13647
.obsidian/plugins/css-editor/main.js
vendored
Normal file
13647
.obsidian/plugins/css-editor/main.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
11
.obsidian/plugins/css-editor/manifest.json
vendored
Normal file
11
.obsidian/plugins/css-editor/manifest.json
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"id": "css-editor",
|
||||
"name": "CSS Editor",
|
||||
"version": "1.11.1",
|
||||
"minAppVersion": "1.8.3",
|
||||
"description": "Edit CSS snippet files.",
|
||||
"author": "Zachatoo",
|
||||
"authorUrl": "https://zachyoung.dev",
|
||||
"fundingUrl": "https://github.com/sponsors/Zachatoo",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
24
.obsidian/plugins/css-editor/styles.css
vendored
Normal file
24
.obsidian/plugins/css-editor/styles.css
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
.suggestion-item .css-editor-suggestion-description {
|
||||
color: var(--text-muted);
|
||||
}
|
||||
|
||||
.suggestion-item .css-editor-status {
|
||||
margin-top: auto;
|
||||
margin-bottom: auto;
|
||||
}
|
||||
|
||||
.css-editor-create-modal input,
|
||||
.css-editor-rename-modal input {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.css-editor-color-picker-wrapper {
|
||||
display: inline-block;
|
||||
margin-left: var(--size-2-1);
|
||||
--swatch-height: 15px;
|
||||
--swatch-width: 15px;
|
||||
|
||||
& > input[type="color" i] {
|
||||
block-size: var(--swatch-height);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user