Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
Bumping compton to get title_values line height improvements
Browse files Browse the repository at this point in the history
Aligning svg size to the new title_values line height
  • Loading branch information
boggydigital committed Oct 2, 2024
1 parent b5edf83 commit 93723bf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/arelate/southern_light v0.1.49
github.com/arelate/vangogh_local_data v0.4.21
github.com/boggydigital/clo v1.0.4
github.com/boggydigital/compton v0.1.68
github.com/boggydigital/compton v0.1.69
github.com/boggydigital/issa v0.1.12
github.com/boggydigital/kevlar v0.5.19
github.com/boggydigital/middleware v0.1.16
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,8 @@ github.com/boggydigital/compton v0.1.67 h1:ybiyO4cpQ62Uai9tBh5+4uIr1YmAQknvXdKiM
github.com/boggydigital/compton v0.1.67/go.mod h1:dj/yZ2cCfts6+heUS60Favateu+gNTIsoxfX6yNZWLg=
github.com/boggydigital/compton v0.1.68 h1:O87psUqBcPjaYkVEYryCkqHXuYR+V3cvbJXg7GS/6n8=
github.com/boggydigital/compton v0.1.68/go.mod h1:dj/yZ2cCfts6+heUS60Favateu+gNTIsoxfX6yNZWLg=
github.com/boggydigital/compton v0.1.69 h1:jsjpXwf47HrB7YhPBn1GczdLs2ig9gkDYuNPAq4Dox8=
github.com/boggydigital/compton v0.1.69/go.mod h1:dj/yZ2cCfts6+heUS60Favateu+gNTIsoxfX6yNZWLg=
github.com/boggydigital/issa v0.1.10 h1:zHSRJHkOz3DwVvp4/YL06qq/VHXexL7qrn4m48hRf/o=
github.com/boggydigital/issa v0.1.10/go.mod h1:Rq+f8yeTlM/3ov4MCjmxWNL90n47h5CkwP6/628McKU=
github.com/boggydigital/issa v0.1.12 h1:fuMrmTwScX5jHA+DYc4jfi0fiOjW3XVV23y3kTH+2Og=
Expand Down
5 changes: 3 additions & 2 deletions rest/gaugin_styles/style/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,10 @@
}

@scope (title-values) {

& svg {
width: calc(5 * var(--s-xs));
height: calc(5 * var(--s-xs));
width: var(--s-n);
height: var(--s-n);
}

&.external .values {
Expand Down

0 comments on commit 93723bf

Please sign in to comment.