1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-29 07:20:47 +00:00
TiddlyWiki5/themes/tiddlywiki/vanilla
Simon Huber 77e6f5c0e3 Fix for "Open" tab placeholders in FireFox (#3806)
* fix for "Open" tab placeholders in FireFox

this PR fixes the placeholders in FireFox not being removed on drag-leave from time to time

it consists of 2 mods where apparently both are needed:

- creating a `droppable-item` macro where whitespace is trimmed. that macro contains the droppable and inserts the placeholders
- removing the ` ` entity in favor of an inline style `height:2em;` on the placeholder div, putting it in a macro where whitespace can be trimmed, too

I'm investigating if there's a similar fix for the top page dropzone

* remove unnecessary whitespace trim, add css classes

`.tc-sidebar-tab-open-item { position: relative; }`

`.tc-sidebar-tab-open .tc-droppable-placeholer {  line-height:2em; height:2em; } `

* replace times entity with close-button

* add sidebar-open-tab styles
2019-03-02 14:54:23 +01:00
..
base.tid Fix for "Open" tab placeholders in FireFox (#3806) 2019-03-02 14:54:23 +01:00
metrics.multids Introduce fluid story/fixed sidebar mode 2015-05-04 19:19:40 +01:00
options.multids Fix word wrapping in code blocks 2016-04-04 17:27:55 +01:00
plugin.info Add plugin-priority fields for core plugins (#3113) 2018-03-20 21:05:07 +00:00
reset.tid Update to latest version of normalize.css and fix tab styling 2014-03-12 20:05:34 +00:00
settings.multids Fix Snow White default fonts according to GitHub's advice 2018-02-28 11:42:08 +00:00
sticky.tid Fix sticky titles dropdown overlap 2019-02-06 14:20:34 +00:00
ThemeTweaks.tid Make editor font configurable, so user can easily change it to eg monospace font (#2867) 2017-06-29 16:55:49 +01:00