mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-12-10 02:38:06 +00:00
Add a better error message for unknown widgets
This commit is contained in:
@@ -6079,6 +6079,13 @@ a.tw-tiddlylink-missing {
|
||||
box-shadow: inset 1px 1px 4px 1px rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
|
||||
.tw-error-widget {
|
||||
padding: 5px 5px 5px 5px;
|
||||
margin: 15px 15px 15px 15px;
|
||||
color: white;
|
||||
background-color: red;
|
||||
}
|
||||
|
||||
.tw-scrollable .tw-tiddler-frame {
|
||||
width: 400px;
|
||||
padding: 30px 30px 30px 30px;
|
||||
|
||||
Reference in New Issue
Block a user