vault backup: 2024-09-05 17:56:43
This commit is contained in:
21
.obsidian/plugins/obsidian-linter/styles.css
vendored
21
.obsidian/plugins/obsidian-linter/styles.css
vendored
@@ -185,7 +185,7 @@ textarea.full-width {
|
||||
/**
|
||||
* Custom regex replacement
|
||||
*/
|
||||
.linter-custom-regex-replacement-container div:last-child{
|
||||
.linter-custom-regex-replacement-container div:last-child {
|
||||
border: none;
|
||||
}
|
||||
.linter-custom-regex-replacement {
|
||||
@@ -210,6 +210,25 @@ textarea.full-width {
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
/**
|
||||
* Files to ignore
|
||||
*/
|
||||
.linter-files-to-ignore-container div:last-child {
|
||||
border: none;
|
||||
}
|
||||
.linter-files-to-ignore {
|
||||
margin-bottom: 15px;
|
||||
border: none;
|
||||
border-bottom: var(--hr-thickness) solid;
|
||||
border-color: var(--hr-color);
|
||||
}
|
||||
.linter-files-to-ignore-normal-input {
|
||||
width: 40%;
|
||||
}
|
||||
.linter-files-to-ignore-flags {
|
||||
width: 15%;
|
||||
}
|
||||
|
||||
/**
|
||||
* Setting item no border
|
||||
*/
|
||||
|
Reference in New Issue
Block a user