Преглед на файлове

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>
John Molakvoæ преди 6 месеца
родител
ревизия
09f49a2514
променени са 3 файла, в които са добавени 3 реда и са изтрити 1 реда
  1. 3 1
      apps/files_sharing/src/actions/sharingStatusAction.scss
  2. 0 0
      dist/files_sharing-init.js
  3. 0 0
      dist/files_sharing-init.js.map

+ 3 - 1
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;
-}
+}

Файловите разлики са ограничени, защото са твърде много
+ 0 - 0
dist/files_sharing-init.js


Файловите разлики са ограничени, защото са твърде много
+ 0 - 0
dist/files_sharing-init.js.map


Някои файлове не бяха показани, защото твърде много файлове са промени