1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-09-05 20:38:01 +00:00

Fix Editor preview width #7787 (#7922)

This commit is contained in:
oeyoews
2024-01-24 19:40:05 +08:00
committed by GitHub
parent bc3d64f4b8
commit 575d80dfe9

View File

@@ -1589,7 +1589,7 @@ html body.tc-body.tc-single-tiddler-window {
grid-template-areas:
"toolbar toolbar"
"editor preview";
grid-template-columns: 1fr 1fr;
grid-template-columns: repeat(2, minmax(0px, 1fr));
grid-template-rows: auto 1fr;
}