mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-10 17:30:26 +00:00
add display:none !important; because codemirror adds inline style display: inline-block;
This commit is contained in:
parent
848215044d
commit
499a052293
@ -208,7 +208,7 @@ div[class*="tc-sidebar-resizer-identified-"]:not(.tc-main-sidebar-resizer) {
|
|||||||
<%if [<width>compare:number:gteq[99]] %>
|
<%if [<width>compare:number:gteq[99]] %>
|
||||||
|
|
||||||
.tc-edit-texteditor-identified-<<identifier>> {
|
.tc-edit-texteditor-identified-<<identifier>> {
|
||||||
display: none;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
<% endif %>
|
<% endif %>
|
||||||
|
Loading…
Reference in New Issue
Block a user