From 547dff7150f448e944064da489b3d4cde687f5f6 Mon Sep 17 00:00:00 2001 From: David Lechner Date: Tue, 26 Jan 2021 21:09:45 -0600 Subject: [PATCH 1/2] better fit of license dialog on small screens --- src/components/license.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/components/license.scss b/src/components/license.scss index 0b997eaf..fae9276a 100644 --- a/src/components/license.scss +++ b/src/components/license.scss @@ -15,6 +15,12 @@ height: 600px; } +@media only screen and (max-height: 800px) { + .pb-license-browser { + height: 400px; + } +} + .pb-license-list { width: 25%; flex-flow: column; From 8d77004aed78cbf3be09d938dcc532d645edcfa3 Mon Sep 17 00:00:00 2001 From: David Lechner Date: Tue, 26 Jan 2021 21:33:17 -0600 Subject: [PATCH 2/2] improve print margin contrast in dark mode --- src/components/editor.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/components/editor.scss b/src/components/editor.scss index 4495e05c..5cb49f28 100644 --- a/src/components/editor.scss +++ b/src/components/editor.scss @@ -15,6 +15,12 @@ background-color: $pt-app-background-color; } +// higher contrast + +.ace-tomorrow-night-eighties .ace_print-margin { + background: $dark-gray4; +} + // add "BETA" watermark .pb-beta .ace_scroller::after {