Skip to content

Commit 4926906

Browse files
susnuxbackportbot[bot]
authored andcommitted
fix: Make "share on" entries same width
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> [skip ci]
1 parent fa397ac commit 4926906

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/pages/SharePage.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ const shareLinks = [
9090
9191
.card {
9292
flex: 1 1 auto;
93+
min-width: calc(50% - var(--default-grid-baseline) * 10);
9394
9495
/* Reduce padding a bit as we only have a single line of text with icon */
9596
padding: calc(var(--default-grid-baseline) * 2) !important;

0 commit comments

Comments
 (0)