You've already forked obsidian-visualiser
Finish PreviewContent and add ProseA icon for none markdown files
This commit is contained in:
@@ -263,6 +263,15 @@ html.light-mode .light-block {
|
||||
}
|
||||
|
||||
.loading {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.loading:after {
|
||||
content: '';
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
border: 4px solid var(--color-purple);
|
||||
@@ -370,4 +379,9 @@ html.light-mode .light-block {
|
||||
|
||||
.arrow-group .arrow-group-item:hover {
|
||||
background-color: var(--background-primary-alt);
|
||||
}
|
||||
|
||||
.link-icon {
|
||||
display: inline-block;
|
||||
vertical-align: sub;
|
||||
}
|
||||
Reference in New Issue
Block a user