diff options
Diffstat (limited to 'apps/federatedfilesharing/src')
-rw-r--r-- | apps/federatedfilesharing/src/components/PersonalSettings.vue | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/apps/federatedfilesharing/src/components/PersonalSettings.vue b/apps/federatedfilesharing/src/components/PersonalSettings.vue index 96f1f194f72..4af9d799f6a 100644 --- a/apps/federatedfilesharing/src/components/PersonalSettings.vue +++ b/apps/federatedfilesharing/src/components/PersonalSettings.vue @@ -58,7 +58,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. xmlns="http://www.w3.org/2000/svg"><path fill="currentColor" d="M502 197q-96 0-96.5 1.5t-1.5 137-1.5 138-2 2.5T266 432.5 132.5 390t-30 94T74 578l232 77q21 8 21 10t-79.5 117.5T168 899t79.5 56.5T328 1011t81-110 82-110 41 55l83 115q43 60 44 60t79.5-58 79-59-76-112.5-76-113.5T795 632.5t129.5-44-28-94T867 400t-128 42-128.5 43-2.5-7.5-1-38.5l-3-108q-4-133-5-133.5t-97-.5z" /></svg> </template> </NcButton> - <NcButton @click="showHtml = !showHtml"> + <NcButton @click="showHtml = !showHtml" + class="social-button__website-button"> <template #icon> <Web :size="20" /> </template> @@ -180,10 +181,14 @@ export default { margin-left: 0.5rem; margin-top: 1rem; } + &__website-button { + width: min(100%, 400px) !important; + } } .cloud-id-text { display: flex; align-items: center; + flex-wrap: wrap; button { display: inline-flex; } |