Merge branch 'profile-share' into 'develop'

Profile: add "Share" button as a primary action to own profile

See merge request soapbox-pub/soapbox-fe!897
This commit is contained in:
Alex Gleason 2021-12-01 20:22:58 +00:00
commit 3f11071fba
3 changed files with 12 additions and 0 deletions

View file

@ -209,6 +209,13 @@
.svg-icon {
width: 20px;
height: 20px;
svg {
&.feather {
// Feather icons are a little larger
transform: scale(0.9);
}
}
}
}

View file

@ -606,6 +606,11 @@
svg {
stroke-width: 1.5;
&.feather {
// Feather icons are a little larger
transform: scale(0.9);
}
}
}
}