From 941683c96bce11bc1afc8c16c5798e155ce146a4 Mon Sep 17 00:00:00 2001 From: wukko Date: Fri, 8 Sep 2023 14:26:46 +0600 Subject: [PATCH] 7.3.1: padding fixes --- package.json | 2 +- src/front/cobalt.css | 11 +++++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e09eaccc..2bd5d679 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cobalt", "description": "save what you love", - "version": "7.3", + "version": "7.3.1", "author": "wukko", "exports": "./src/cobalt.js", "type": "module", diff --git a/src/front/cobalt.css b/src/front/cobalt.css index 3388456f..e66cabc4 100644 --- a/src/front/cobalt.css +++ b/src/front/cobalt.css @@ -496,7 +496,7 @@ button:active, padding-top: 0!important; } .desc-padding { - padding-bottom: 1.5rem; + padding-bottom: 0.7rem; } #popup-subtitle { font-size: 1.1rem; @@ -512,6 +512,9 @@ button:active, user-select: text; -webkit-user-select: text; } +#desc-error { + padding-bottom: 1.5rem; +} #popup-title { font-size: 1.5rem; line-height: 1.2em; @@ -533,12 +536,12 @@ button:active, .popup-content-inner, .tab-content-settings, #picker-holder { - padding-top: calc(env(safe-area-inset-top)/2 + 4.9rem); + padding-top: calc(env(safe-area-inset-top)/2 + 4.7rem); padding-bottom: calc(env(safe-area-inset-bottom)/2 + 4.8rem); } .tab-content-settings, #tab-about-about .popup-content-inner { - padding-top: calc(env(safe-area-inset-top)/2 + 6.2rem);; + padding-top: calc(env(safe-area-inset-top)/2 + 6rem);; } .bullpadding { padding-left: 0.58rem; @@ -550,7 +553,7 @@ button:active, width: 100%; } .settings-category { - padding-bottom: 1rem; + padding-bottom: 0.7rem; } .separator { float: left;