vault backup: 2023-03-24 12:29:32
This commit is contained in:
27
.obsidian/plugins/obsidian-export-image/styles.css
vendored
Normal file
27
.obsidian/plugins/obsidian-export-image/styles.css
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
/*
|
||||
|
||||
This CSS file will be included with your plugin, and
|
||||
available in the app when your plugin is enabled.
|
||||
|
||||
If your plugin does not need CSS, delete this file.
|
||||
|
||||
*/
|
||||
.epxort-image-force-no-margin {
|
||||
margin: 0 !important;
|
||||
padding: 20px 20px 40px 20px !important;
|
||||
box-sizing: content-box;
|
||||
text-align: justify;
|
||||
hyphens: auto;
|
||||
}
|
||||
|
||||
.epxort-image-force-no-margin .obsidian-metatable {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.export-image-clone {
|
||||
position: fixed !important;
|
||||
left: -400% !important;
|
||||
top: 200% !important;
|
||||
border-radius: 10px !important;
|
||||
overflow: hidden !important;
|
||||
}
|
||||
Reference in New Issue
Block a user