1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-01-10 17:30:26 +00:00
Commit Graph

487 Commits

Author SHA1 Message Date
BurningTreeC
6aaea70eba correct margin-left of story-river when sidebar is on the left 2024-11-10 10:53:36 +01:00
BurningTreeC
dca7367d8b big overhaul. fixed-fluid adjustments, simplifying stylesheets, correcting calculations 2024-11-10 10:40:43 +01:00
BurningTreeC
c1e401958e test with 42px 2024-11-06 17:58:06 +01:00
BurningTreeC
1b6953d624 update margin-right of fluid-fixed story-river 2024-11-06 11:31:59 +01:00
BurningTreeC
3c234116eb make minwidth in fluid-fixed same as in fixed-fluid 2024-11-06 11:08:01 +01:00
BurningTreeC
a609ffe5e0 big WIP: keeping the values in fixed-fluid mode fixed-fluid 2024-11-06 08:25:08 +01:00
BurningTreeC
3b9b535b36 more adjustments for html dir=rtl 2024-11-03 11:48:33 +01:00
BurningTreeC
dc6031bd59 adjustment for sidebar left + storyleft 2024-11-03 11:10:04 +01:00
BurningTreeC
e1d0f1b775 adjustment for sidebar left and dir=rtl 2024-11-03 11:03:56 +01:00
BurningTreeC
6e2c39a751 margin-left margin-right -2px for tc-editor-toolbar is enough 2024-11-03 10:41:34 +01:00
BurningTreeC
9b1d746ad3 make fixed-fluid mode respect paddingleft and paddingright and add additional metrics sidebarpadding and previewsliderwidth 2024-11-03 10:23:18 +01:00
BurningTreeC
340375d0c0 make fluid-fixed and fixed-fluid visually the same (storyminwidth and sidebarminwidth) 2024-11-01 18:41:14 +01:00
BurningTreeC
d652f17aee fixes 2024-11-01 16:54:19 +01:00
BurningTreeC
bbcfba75aa updates 2024-11-01 16:10:56 +01:00
BurningTreeC
6b31a1129f adjustments for html dir=rtl 2024-11-01 09:06:11 +01:00
BurningTreeC
f6a7e4162e updates 2024-11-01 08:56:43 +01:00
BurningTreeC
843f04370b updates 2024-11-01 08:06:39 +01:00
BurningTreeC
324ead820f updates 2024-11-01 06:41:04 +01:00
BurningTreeC
babed80711 updates 2024-10-31 13:02:15 +01:00
BurningTreeC
a53f839ba7 cleanup 2024-10-31 07:12:02 +01:00
BurningTreeC
d92e4d9904 updates 2024-10-31 06:44:34 +01:00
BurningTreeC
669fd60ec5 adjust left margin of tiddler preview 2024-10-30 13:10:26 +01:00
BurningTreeC
530500ec68 add one-cell-slider procedure and use it for editor and preview 2024-10-30 07:02:20 +01:00
BurningTreeC
dfa9a0ab83 revert overflow-fix on .tc-tab-content.tc-vertical - maybe a different PR 2024-10-27 11:06:23 +01:00
BurningTreeC
3021154bc3 updates for sidebarbreakpoint 2024-10-26 19:46:55 +02:00
BurningTreeC
279441388e make everything even more generic 2024-10-26 06:52:23 +02:00
Simon Huber
dd0c3f9770
Merge branch 'TiddlyWiki:master' into sidebar-resizer-config 2024-10-21 06:09:47 +02:00
BurningTreeC
fa42e6c10a fixes for sidebar hidden 2024-10-20 19:24:02 +02:00
BurningTreeC
140d43500b further adjustments for rtl and sidebar left 2024-10-20 17:41:19 +02:00
BurningTreeC
0bf23494a0 more adjustments for html dir=rtl + show sidebar on the left (configurable) 2024-10-20 17:19:40 +02:00
Leilei332
e1287a9470
Fix smaller editor toolbar icons (#8691)
A small fix for the problem introduced in #8688
2024-10-20 10:35:21 +01:00
Leilei332
a42a7972cb
Further fix icons not displaying properly. (#8688) 2024-10-19 13:41:30 +01:00
BurningTreeC
4d60f91793 adjustments for html dir=rtl 2024-10-19 08:09:39 +02:00
Leilei332
e25ab7777f
Further fix content overflow. (#8682)
This reverts fix for all tables. It should fix #8617.

It also adds fix for overflow in $:/Manager 's content page, testcase
widget output. The fix for overflow $:/TagManager is reverted since it
caused the dropdown not to display properly.
2024-10-18 13:16:50 +01:00
BurningTreeC
48ed5dcc95 update vanilla base 2024-10-10 13:42:29 +02:00
BurningTreeC
054d63034a update vanilla base 2024-10-10 13:04:07 +02:00
BurningTreeC
1d9a4c4a94 wip: make it work cross-theme (tight) 2024-10-10 05:18:55 +02:00
BurningTreeC
b33be0663b more clamping 2024-10-09 13:40:46 +02:00
BurningTreeC
8ad849661d tiddlerwidth min-width 0px makes sense 2024-10-09 10:13:59 +02:00
BurningTreeC
8637f16e2d update for clamped edgecases 2024-10-09 05:03:21 +02:00
BurningTreeC
807397cbf6 add css limits in base stylesheet 2024-10-06 16:55:33 +02:00
BurningTreeC
6b98a2d20f update base stylesheet 2024-10-05 08:25:02 +02:00
BurningTreeC
bc9706d9b4 wip: fixed-fluid mode, change storyleft. + more calculations 2024-10-04 21:52:44 +02:00
BurningTreeC
445547d113 for now, in fixed-fluid mode keep story and tiddler fixed width 2024-10-04 19:12:24 +02:00
BurningTreeC
7fbbb4e8b8 updates 2024-10-04 14:44:03 +02:00
BurningTreeC
be6510bcb4 updates 2024-10-04 14:36:00 +02:00
Leilei332
c82761a600
Add tc-table-wrapper class to fix overflow (#8652)
* Add tc-table-wrapper class to fix overflow

* Apply class in tag manager body
2024-10-02 13:06:40 +01:00
lin onetwo
a60e7165d2
Feat: loading indicator for tiddlers being lazy loaded (#8505)
* feat: basic loading

* feat: if condition

* feat: use palette

* refactor: remove css variable
2024-09-24 11:38:39 +01:00
Leilei332
6dbdbfbe82
Fix overflow in table and table-of-contents (#8608)
Another approach fix overflow.
2024-09-16 14:24:58 +02:00
Jeremy Ruston
695e2ee589 Revert "Make overflowed content scrollable (#8524)"
This reverts commit d7b00a6dd0.
2024-09-10 19:03:06 +01:00