Скрыл окошко активного пользователя

This commit is contained in:
megavrilinvv
2022-10-27 12:41:05 +03:00
parent 1a62a2ea45
commit 0a64de1ac4
2 changed files with 4 additions and 5 deletions

View File

@@ -42,7 +42,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-open-button(@click="changeSize" :style="{ transform: `rotate(${turnButton})`}")
</template>