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

Commit

Permalink
Adjusting downloads variant column, row gaps
Browse files Browse the repository at this point in the history
  • Loading branch information
boggydigital committed Oct 6, 2024
1 parent 9265cb7 commit 7e72d5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rest/compton_pages/downloads.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,8 @@ func downloadVariant(r compton.Registrar, dv *DownloadVariant) compton.Element {
// AlignItems(align.Start)

row := flex_items.FlexItems(r, direction.Row).
ColumnGap(size.Small).
ColumnGap(size.XSmall).
RowGap(size.Unset).
AlignItems(align.Center)

typeIcon := svg_use.SvgUse(r, svg_use.Circle)
Expand Down

0 comments on commit 7e72d5f

Please sign in to comment.