2018-01-28 23:22:43 +11:00
|
|
|
/*アイコンをクリックした時とかにでてくるユーザーデータ*/
|
|
|
|
#his-data {
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-image: url('/img/loading.svg');
|
|
|
|
overflow-y: hidden;
|
|
|
|
}
|
|
|
|
#his-prof {
|
|
|
|
float: left;
|
|
|
|
width: 100px;
|
|
|
|
}
|
|
|
|
.his-float {
|
|
|
|
float: left;
|
|
|
|
width: calc(50% - 50px);
|
|
|
|
height: 122px;
|
|
|
|
overflow-y: scroll;
|
|
|
|
padding: 5px;
|
|
|
|
}
|
|
|
|
#his-data-show {
|
|
|
|
margin: 50px;
|
2018-07-07 03:51:48 +10:00
|
|
|
background-color:var(--his-data);
|
2018-01-28 23:22:43 +11:00
|
|
|
width: calc(100% - 50px);
|
|
|
|
height: calc(100% - 50px);
|
|
|
|
margin-bottom: 0;
|
|
|
|
padding: 5px;
|
|
|
|
}
|
|
|
|
.tab-content {
|
|
|
|
overflow-y: scroll;
|
|
|
|
height: calc(100% - 240px)
|
|
|
|
}
|
|
|
|
.my-data-width {
|
2018-06-12 01:44:28 +10:00
|
|
|
width: 10%;
|
2018-01-28 23:22:43 +11:00
|
|
|
}
|
2018-03-14 05:31:31 +11:00
|
|
|
.active-back{
|
2018-07-07 03:51:48 +10:00
|
|
|
background-color: var(--active);
|
2018-03-14 05:31:31 +11:00
|
|
|
}
|
2018-05-26 02:37:35 +10:00
|
|
|
#his-name .emojione,#his-name .emoji-img{
|
|
|
|
width: 20px;
|
|
|
|
}
|