2019-11-25 09:56:59 +09:00
|
|
|
.myprofile {
|
2019-12-31 15:49:48 +09:00
|
|
|
position: relative;
|
|
|
|
flex-flow: row;
|
|
|
|
width: 60px;
|
|
|
|
height: 30px;
|
2019-11-25 09:56:59 +09:00
|
|
|
color: #ffffff;
|
|
|
|
font-size: 11px;
|
2019-12-31 15:49:48 +09:00
|
|
|
justify-items: flex-end;
|
|
|
|
margin: 0 10px;
|
2019-11-25 09:56:59 +09:00
|
|
|
|
|
|
|
.myprofile-img {
|
|
|
|
display: block;
|
|
|
|
border-radius: 10px;
|
2019-12-31 15:49:48 +09:00
|
|
|
height: 30px;
|
|
|
|
width: 30px;
|
2019-11-25 09:56:59 +09:00
|
|
|
background-color: #efefef;
|
2019-12-31 15:49:48 +09:00
|
|
|
&.thumbnail-mask {
|
|
|
|
border-radius: 50%;
|
|
|
|
width: 30px;
|
|
|
|
height: 30px;
|
|
|
|
overflow: hidden;
|
|
|
|
.thumbnail {
|
|
|
|
width: 30px;
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.btn-setting {
|
|
|
|
position: absolute;
|
2020-01-03 10:11:28 +09:00
|
|
|
height: 100%;
|
2019-12-31 15:49:48 +09:00
|
|
|
bottom: 0;
|
|
|
|
display: inline-flex;
|
|
|
|
justify-items: flex-end;
|
|
|
|
left: 20px;
|
|
|
|
.presence {
|
|
|
|
display: inline-block;
|
|
|
|
bottom: 0;
|
|
|
|
width: 10px;
|
2020-01-03 10:11:28 +09:00
|
|
|
height: 10px;
|
2019-12-31 15:49:48 +09:00
|
|
|
border: 1px solid #ffffff;
|
|
|
|
align-self: flex-end;
|
2020-01-15 19:21:58 +09:00
|
|
|
transform: translateY(0px);
|
2019-12-31 15:49:48 +09:00
|
|
|
}
|
2020-01-03 10:11:28 +09:00
|
|
|
button {
|
|
|
|
cursor: pointer;
|
|
|
|
width: 20px;
|
|
|
|
height: 100%;
|
|
|
|
align-items: center;
|
|
|
|
background: none;
|
|
|
|
border: none;
|
|
|
|
svg {
|
|
|
|
stroke: #ffffff;
|
|
|
|
&.on {
|
|
|
|
transform: rotate(180deg);
|
|
|
|
}
|
2019-12-31 15:49:48 +09:00
|
|
|
}
|
2019-11-25 09:56:59 +09:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|