mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-09-12 07:46:06 +00:00
@@ -1589,7 +1589,7 @@ html body.tc-body.tc-single-tiddler-window {
|
|||||||
grid-template-areas:
|
grid-template-areas:
|
||||||
"toolbar toolbar"
|
"toolbar toolbar"
|
||||||
"editor preview";
|
"editor preview";
|
||||||
grid-template-columns: 1fr 1fr;
|
grid-template-columns: repeat(2, minmax(0px, 1fr));
|
||||||
grid-template-rows: auto 1fr;
|
grid-template-rows: auto 1fr;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user