You've already forked obsidian-visualiser
Rollback CharacterEditor to the previous version
This commit is contained in:
11
app/app.vue
11
app/app.vue
@@ -61,7 +61,6 @@ iconify-icon
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
@apply bg-light-40;
|
||||
@apply dark:bg-dark-40;
|
||||
@@ -71,11 +70,19 @@ iconify-icon
|
||||
@apply border-transparent;
|
||||
@apply bg-clip-padding;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb:hover {
|
||||
@apply bg-light-50;
|
||||
@apply dark:bg-dark-50;
|
||||
}
|
||||
.no-scroll::-webkit-scrollbar {
|
||||
width: 0px;
|
||||
height: 0px;
|
||||
display: none;
|
||||
}
|
||||
.no-scroll::-webkit-scrollbar-thumb {
|
||||
@apply bg-transparent;
|
||||
display: none;
|
||||
}
|
||||
.callout[data-type="abstract"],
|
||||
.callout[data-type="summary"],
|
||||
.callout[data-type="tldr"]
|
||||
|
||||
Reference in New Issue
Block a user