mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-05 21:33:52 +00:00
Apply class in tag manager body
This commit is contained in:
parent
c98a7f4289
commit
1e90ece1e0
@ -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>
|
@ -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
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user