1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-27 03:57:21 +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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;
}