Skip to content

Commit a8e84cf

Browse files
committed
force reloading of obsidian cssSnippets
[nixos-generation: 185] [hostname: tablet]
1 parent ac03f06 commit a8e84cf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

common/user/obsidian.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@
286286
enable = true;
287287
text = ''
288288
body:has(.workspace-tab-header.is-active[aria-label="Bibliothek"]) {
289+
289290
.bases-view {
290291
--bases-cards-background: transparent;
291292
--bases-cards-cover-background: transparent;
@@ -345,12 +346,12 @@
345346
}
346347
'';
347348
}
348-
349349
{
350350
name = "Video Player";
351351
enable = true;
352352
text = ''
353353
body:has(.workspace-tab-header.is-active[aria-label="Videothek"]) {
354+
354355
.bases-view {
355356
--bases-cards-background: transparent;
356357
--bases-cards-cover-background: transparent;

0 commit comments

Comments
 (0)