Skip to content

Commit 501f449

Browse files
authored
Add height to ResizerStyle condition
1 parent 987a75b commit 501f449

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Frontend/ExtendedApp.wlx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ App[request_] := With[{
277277
""
278278
], ""],
279279

280-
ResizerStyle = If[!MatchQ[Lookup[request["Headers"], "AppOS", "Browser"], "OSX" | "Browser"], "margin-top: 4rem;margin-left: 1rem;", ""],
280+
ResizerStyle = If[!MatchQ[Lookup[request["Headers"], "AppOS", "Browser"], "OSX" | "Browser"], "margin-top: 4rem;margin-left: 1rem;height: 70%;", ""],
281281

282282
Transparency = If[KeyExistsQ[settings, "Transparency"], If[settings["Transparency"], "true", "false"], "false"],
283283

0 commit comments

Comments
 (0)