aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2023-12-02 13:36:30 +0100
committerJohn Molakvoæ <skjnldsv@protonmail.com>2023-12-05 11:36:38 +0100
commit09f49a2514564ff684428973a4fa5b663dc18421 (patch)
treee94f6b62604c5cb6ffcb055e6720bbd435756da7 /apps/files_sharing
parent6c52242fb1cfa362a0081a6023151686b2cc4c44 (diff)
downloadnextcloud-server-09f49a2514564ff684428973a4fa5b663dc18421.tar.gz
nextcloud-server-09f49a2514564ff684428973a4fa5b663dc18421.zip
fix(files_sharing): fix sharing status indicator side after component update
Seems like the components now have max-height/width set too Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
Diffstat (limited to 'apps/files_sharing')
-rw-r--r--apps/files_sharing/src/actions/sharingStatusAction.scss4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files_sharing/src/actions/sharingStatusAction.scss b/apps/files_sharing/src/actions/sharingStatusAction.scss
index fd37732d47c..99fc8c88ad2 100644
--- a/apps/files_sharing/src/actions/sharingStatusAction.scss
+++ b/apps/files_sharing/src/actions/sharingStatusAction.scss
@@ -30,6 +30,8 @@
svg.sharing-status__avatar {
height: 32px !important;
width: 32px !important;
+ max-height: 32px !important;
+ max-width: 32px !important;
border-radius: 32px;
overflow: hidden;
-} \ No newline at end of file
+}