Merge pull request #73 from dderbentsov/UC-28

Скрыл окошко активного пользователя
This commit is contained in:
frontgavrilin
2022-10-27 18:24:30 +03:00
committed by GitHub
2 changed files with 4 additions and 5 deletions

View File

@@ -38,7 +38,7 @@
.flex.items-center
img.avatar-wrapper(:src="avatar" alt="Team member")
.flex.ml-2.not-italic.font-medium.text-xxs {{ changeName(teammate.last_name, teammate.first_name, teammate.patronymic) }}
span.icon-change-place.cursor-pointer.w-5
span.icon-change-place.cursor-pointer.w-5.flex.items-center.justify-center.w-6.h-6
.button-wrapper.flex.justify-center.mb-23px
base-button(left-icon="icon-long-arrow", rounded, size="40", icon-left-size="18", secondary, :style="{ transform: `rotate(${turnButton})`}", @click="changeSize")
</template>