update
This commit is contained in:
13
.obsidian/snippets/general_interface.css
vendored
13
.obsidian/snippets/general_interface.css
vendored
@@ -7,15 +7,16 @@
|
||||
|
||||
|
||||
|
||||
/* side panes margins */
|
||||
.workspace-leaf-content>.view-content {
|
||||
padding: 5pt;
|
||||
}
|
||||
|
||||
/* /1* side panes margins *1/ */
|
||||
/* .workspace-leaf-content>.view-content { */
|
||||
/* padding: 5pt; */
|
||||
/* } */
|
||||
|
||||
/* for every pane content */
|
||||
.markdown-source-view.mod-cm6:not(.is-readable-line-width) .cm-contentContainer {
|
||||
/* bigge left-margin */
|
||||
margin: 0 0 0 calc(52% - var(--max-width)/2) !important; /* note : i hate the person that used !important */
|
||||
/* bigger left-margin */
|
||||
/* margin: 0 0 0 calc(52% - var(--max-width)/2) !important; /1* note : i hate the person that used !important in the first place *1/ */
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user