1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-01-08 08:20:27 +00:00

Make the alert and notification previews be optional

Via some future UI
This commit is contained in:
Jeremy Ruston 2024-12-14 17:33:02 +00:00
parent 6fe16bc71a
commit 5a6eea7fa2
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
title: $:/core/ui/Palettes/Preview/Alert
tags: $:/tags/Preview/Page
tags: $:/tags/Preview/PageOptional
\whitespace trim
<$colour.div class="tc-palette-preview-thumbnail-alert" styleName="background-color" styleColour="alert-background">

View File

@ -1,5 +1,5 @@
title: $:/core/ui/Palettes/Preview/Notification
tags: $:/tags/Preview/Page
tags: $:/tags/Preview/PageOptional
\whitespace trim
<$colour.div class="tc-palette-preview-thumbnail-notification" styleName="background-color" styleColour="notification-background">