Skip to content

Commit

Permalink
Fix more radius issues in admin panel
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonHorkles committed Sep 9, 2024
1 parent 9e5411d commit 8178500
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions admin/admin.style.css
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,12 @@ div.input-group span.input-group-addon {
border-top-right-radius: var(--border-radii);
}

/* Left radii */
span.info-box-icon {
border-bottom-left-radius: var(--border-radii);
border-top-left-radius: var(--border-radii);
}

code {
border-radius: 5px;
}
Expand Down
2 changes: 1 addition & 1 deletion conf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ info:
identifier: "darkenate"
description: "A dark theme inspired by bloom.host's colors and the Recolor theme"
flags: ""
version: "v2.0.1"
version: "v2.0.2"
target: "beta-A428-2"
author: "JasonHorkles"
icon: "assets/icon.jpg"
Expand Down

0 comments on commit 8178500

Please sign in to comment.