1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-04-08 19:56:39 +00:00

Apply class in tag manager body

This commit is contained in:
Leilei332 2024-10-02 13:04:15 +08:00
parent c98a7f4289
commit 1e90ece1e0
3 changed files with 3 additions and 6 deletions

View File

@ -1,6 +1,5 @@
title: $:/TagManager
icon: $:/core/images/tag-button
class: tc-table-wrapper
color: #bbb
\define lingo-base() $:/language/TagManager/
@ -63,6 +62,7 @@ color: #bbb
\end
\whitespace trim
<div class="tc-table-wrapper">
<table class="tc-tag-manager-table">
<tbody>
<tr>
@ -117,3 +117,4 @@ color: #bbb
</tr>
</tbody>
</table>
</div>

View File

@ -136,7 +136,7 @@ Select a tour:
<<display-tour-step-field-text "caption" "Caption">>
<<display-tour-step-field-text "step-success-filter" "step-success-filter">>
<<display-tour-step-field-text "step-success-filter-var" "step-success-filter Variable">>
<<display-tour-step-field-text "display-mode" "Display Mode">>
<<display-tour-step-field-text "display-mode" "Display Mode">>
<<display-tour-step-field-text "enter-actions" "Enter Actions">>
<<display-tour-step-field-text "hint-text" "Hint text">>
<<display-tour-step-field-text "hint-selector" "Hint selector">>

View File

@ -2813,10 +2813,6 @@ a.tc-tiddlylink.tc-plugin-info:hover > .tc-plugin-info-chunk .tc-plugin-info-sta
overflow-x: auto;
}
.tc-table-wrapper .tc-popup {
overflow: visible;
}
/*
** Chooser
*/