Skip to content

Commit

Permalink
fix: jround theme colors & miscs
Browse files Browse the repository at this point in the history
  • Loading branch information
dsrkafuu committed May 29, 2022
1 parent f456a28 commit 2e7781e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <dsrkafuu@outlook.com> (https://dsrkafuu.net)",
Expand Down
11 changes: 8 additions & 3 deletions src/themes/jround.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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);
}
}
Expand Down Expand Up @@ -164,6 +164,11 @@ body[data-theme='jround'] {
}
}

.s-ticker {
border-radius: 0.02rem;
overflow: hidden;
}

.s-select,
.s-select-value,
.s-switch,
Expand Down

0 comments on commit 2e7781e

Please sign in to comment.