Initial commit
This commit is contained in:
16
.obsidian/snippets/wide-editor.css
vendored
Normal file
16
.obsidian/snippets/wide-editor.css
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
/* Убираем ограничение ширины */
|
||||
.workspace-leaf-content {
|
||||
max-width: none;
|
||||
}
|
||||
|
||||
/* Расширяем область редактирования */
|
||||
.markdown-source-view .cm-editor,
|
||||
.markdown-preview-view {
|
||||
max-width: none;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/* Убираем ограничение читаемой длины строки */
|
||||
.cm-content {
|
||||
max-width: none;
|
||||
}
|
||||
Reference in New Issue
Block a user