diff --git a/package.json b/package.json index 9b639e7..ae20104 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "private": true, "type": "module", "name": "skyline-overlay", - "version": "3.7.0", + "version": "3.7.1", "description": "A modern customizable horizon FFXIV miniparse overlay.", "license": "Apache-2.0", "author": "DSRKafuU (https://dsrkafuu.net)", diff --git a/src/themes/jround.scss b/src/themes/jround.scss index 3886857..ed5a151 100644 --- a/src/themes/jround.scss +++ b/src/themes/jround.scss @@ -50,12 +50,12 @@ body[data-theme='jround'] { .combatants { .combatant { background-color: var(--color-bg); - padding: 0.02rem; + padding: 0 0.04rem; margin: 0 0.06rem; border-radius: var(--border-radius); &-content { - background-color: transparent !important; + border-radius: var(--border-radius-inner); } &-name { @@ -99,7 +99,7 @@ body[data-theme='jround'] { } &-detail { - margin-top: 0.08rem; + margin: 0.08rem 0.04rem 0 0.04rem; border-radius: var(--border-radius); } } @@ -164,6 +164,11 @@ body[data-theme='jround'] { } } + .s-ticker { + border-radius: 0.02rem; + overflow: hidden; + } + .s-select, .s-select-value, .s-switch,