Skip to content

Commit

Permalink
fix: Make "share on" entries same width
Browse files Browse the repository at this point in the history
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>

[skip ci]
  • Loading branch information
susnux committed Oct 7, 2024
1 parent 3ebe99c commit daffcd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/pages/SharePage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ const shareLinks = [
.card {
flex: 1 1 auto;
min-width: calc(50% - var(--default-grid-baseline) * 10);
/* Reduce padding a bit as we only have a single line of text with icon */
padding: calc(var(--default-grid-baseline) * 2) !important;
Expand Down

0 comments on commit daffcd1

Please sign in to comment.