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>
  • Loading branch information
susnux committed Aug 28, 2024
1 parent f1e39d7 commit 67ac6ec
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 67ac6ec

Please sign in to comment.