2022-09-09 11:53:35 +00:00
|
|
|
.circlewrap {
|
2023-06-18 17:45:03 +00:00
|
|
|
align-items: baseline;
|
2022-09-09 11:53:35 +00:00
|
|
|
border-radius: 100%;
|
2023-05-24 21:51:47 +00:00
|
|
|
display: flex;
|
2022-09-09 11:53:35 +00:00
|
|
|
height: 32px;
|
2023-05-24 21:51:47 +00:00
|
|
|
justify-content: center;
|
2022-09-09 11:53:35 +00:00
|
|
|
margin-right: 1.2rem;
|
|
|
|
min-width: 32px;
|
|
|
|
max-width: 32px;
|
|
|
|
overflow: hidden;
|
|
|
|
position: relative;
|
|
|
|
width: 32px;
|
|
|
|
|
|
|
|
img {
|
|
|
|
height: 100%;
|
|
|
|
object-fit: cover;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.userpic {
|
|
|
|
border-radius: 50%;
|
|
|
|
font-size: small;
|
|
|
|
border: 2px solid black;
|
|
|
|
background-color: white;
|
|
|
|
text-align: center;
|
2022-11-11 08:58:22 +00:00
|
|
|
line-height: 28px;
|
2023-05-26 11:30:27 +00:00
|
|
|
min-width: 32px;
|
|
|
|
max-width: 32px;
|
2022-09-09 11:53:35 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.anonymous {
|
2023-05-24 21:51:47 +00:00
|
|
|
height: 17px !important;
|
2022-09-09 11:53:35 +00:00
|
|
|
object-fit: contain;
|
2023-05-24 21:51:47 +00:00
|
|
|
width: 20px !important;
|
2022-09-09 11:53:35 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
2023-06-12 19:59:46 +00:00
|
|
|
padding: 0;
|
|
|
|
|
2022-09-09 11:53:35 +00:00
|
|
|
&:hover {
|
|
|
|
color: #000;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2022-10-14 18:33:06 +00:00
|
|
|
|
|
|
|
.big.circlewrap {
|
2023-01-20 04:40:55 +00:00
|
|
|
margin-right: 0;
|
2022-10-14 18:33:06 +00:00
|
|
|
max-width: 168px;
|
|
|
|
min-width: 168px;
|
|
|
|
height: 168px;
|
|
|
|
width: 168px;
|
|
|
|
|
2023-01-20 04:40:55 +00:00
|
|
|
@include media-breakpoint-up(md) {
|
|
|
|
margin-right: 4.8rem;
|
|
|
|
}
|
|
|
|
|
2022-10-14 18:33:06 +00:00
|
|
|
.userpic {
|
|
|
|
font-size: 2em;
|
|
|
|
line-height: 168px;
|
2023-06-02 22:01:34 +00:00
|
|
|
max-width: 100%;
|
2022-10-14 18:33:06 +00:00
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
2022-11-11 08:58:22 +00:00
|
|
|
|
|
|
|
.authorsList {
|
|
|
|
margin-right: 2.4rem;
|
|
|
|
max-height: 6.8rem;
|
|
|
|
min-width: 6.8rem;
|
|
|
|
height: 6.8rem;
|
|
|
|
width: 6.8rem;
|
|
|
|
|
|
|
|
.userpic {
|
|
|
|
line-height: 6.4rem;
|
|
|
|
}
|
|
|
|
}
|
2023-06-21 20:32:16 +00:00
|
|
|
|
|
|
|
.feedMode {
|
|
|
|
.userpic {
|
|
|
|
min-width: 16px;
|
|
|
|
max-width: 16px;
|
|
|
|
}
|
|
|
|
}
|