Finish PreviewContent and add ProseA icon for none markdown files

This commit is contained in:
2024-08-20 23:51:00 +02:00
parent 04785ecf27
commit 7e318d4a12
22 changed files with 270 additions and 278 deletions

View File

@@ -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;
}