From f830b0d0164d7b70e59651dbfc27723d0e47a643 Mon Sep 17 00:00:00 2001 From: damiankorcz Date: Sun, 26 May 2024 18:50:57 +0000 Subject: [PATCH] Automated Build of Theme and Snippet files --- theme.css | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/theme.css b/theme.css index 50aee240..606e00c1 100644 --- a/theme.css +++ b/theme.css @@ -1359,18 +1359,13 @@ body.is-mobile { --input-border-width: 1px; --nav-item-color: var(--text-muted); --font-ui-large: calc(var(--font-text-size) * 1.1); + --prompt-max-height: 80vh; --file-margins: var(--size-4-4) var(--size-4-5) calc(var(--size-4-4) + 50px) var(--size-4-5); } -body.is-mobile.theme-light { - --background-modifier-form-field: var(--color-base-00); -} body.is-mobile.theme-light .workspace-leaf-content, body.is-mobile.theme-light .workspace-drawer-tab-options { background-color: var(--background-primary); } -body.is-mobile.theme-dark { - --background-modifier-form-field: var(--background-secondary-alt); -} body.is-mobile.theme-dark .workspace-leaf-content, body.is-mobile.theme-dark .workspace-drawer-tab-option, body.is-mobile.theme-dark .community-modal-info { @@ -1518,6 +1513,9 @@ body.is-mobile .workspace-drawer-header { body.is-mobile .workspace-drawer-active-tab-header { padding: var(--size-4-3) var(--size-4-5); margin: unset; + border-radius: unset; + background-color: unset; + border-bottom: var(--window-border); } body.is-mobile .workspace-drawer-header-icon, body.is-mobile .workspace-drawer-active-tab-back-icon,