Iceshrimp.NET/Iceshrimp.Frontend/Components/ProfileInfo.razor.css

55 lines
No EOL
884 B
CSS

.bio {
margin-top: 0.5rem;
padding-bottom: 1rem;
border-bottom: 0.1rem solid var(--highlight-color);
white-space: pre-wrap;
word-break: break-word;
}
.data {
margin: 1rem 0;
}
.metadata {
display: flex;
justify-content: space-evenly;
padding-top: 1rem;
border-top: 0.1rem solid var(--highlight-color);
}
::deep {
.field {
display: flex;
margin: 0.2rem 0;
.field-name {
font-weight: 600;
width: 10rem;
.ph {
vertical-align: text-bottom;
}
}
}
}
.fields {
margin: 1rem 0;
}
.section {
text-align: center;
.field-data {
font-weight: 600;
}
}
@media (max-width: 640px) {
::deep .field {
flex-direction: column;
.field-name {
width: auto;
}
}
}