Skip to content

Commit d379163

Browse files
style: adjust border-radius and background properties for card components
1 parent c8dccfb commit d379163

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# coolify-tweaks
22

3+
## 3.8.0
4+
5+
### Minor Changes
6+
7+
- feat: add tooltip and new resource styles; polish cards; fixes
8+
- Add tooltip component styles and integrate into component index
9+
- Add styles for the new resource page
10+
- Round cards and adjust background/radius for improved visual consistency
11+
- Fix badge dimensions using shorthand spacing function
12+
- Update overrides for width utility classes
13+
314
## 3.7.8
415

516
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "coolify-tweaks",
3-
"version": "3.7.8",
3+
"version": "3.8.0",
44
"description": "Opinionated tweaks for Coolify: better spacing, layout, and color polish.",
55
"author": {
66
"name": "Anirudh Sriram",

src/utilities/_overrides.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ div[class*='w-64'] {
9696
}
9797

9898
div[class='pb-6 w-96'],
99+
div[class='flex gap-2 items-end w-96'],
99100
div[class='w-96'],
100101
div[class*='sm:w-96'] div[class='pt-2 w-96'],
101102
div[class='w-96 flex flex-col gap-1'],

0 commit comments

Comments
 (0)