aboutsummaryrefslogtreecommitdiffstats
path: root/apps/federatedfilesharing/src
diff options
context:
space:
mode:
authorSimon L <szaimen@e.mail.de>2023-10-13 17:27:37 +0200
committernextcloud-command <nextcloud-command@users.noreply.github.com>2023-10-17 11:50:25 +0000
commit99eeee2036b3f6d8566b5798de976423f61c42e5 (patch)
tree18e910700ed8c4c3fc94d704acd322f8fa82c270 /apps/federatedfilesharing/src
parent2887e6419d967217e09936bed702a6f87d49ab23 (diff)
downloadnextcloud-server-99eeee2036b3f6d8566b5798de976423f61c42e5.tar.gz
nextcloud-server-99eeee2036b3f6d8566b5798de976423f61c42e5.zip
fix several personal settings problems
Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'apps/federatedfilesharing/src')
-rw-r--r--apps/federatedfilesharing/src/components/PersonalSettings.vue7
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;
}