daggerheart/styles/less/sheets/actors/actor-sheet-shared.less
2025-08-25 23:03:48 +02:00

56 lines
1.2 KiB
Text

.application.sheet.daggerheart.actor.dh-style {
.portrait img,
.profile {
width: 100%;
object-fit: cover;
object-position: top center;
}
&.minimized {
.attribution-header-label {
display: none;
}
}
.attribution-header-label {
font-style: italic;
font-family: @font-body;
color: light-dark(@chat-blue-bg, @beige-50);
}
&.limited {
&.character,
&.adversary,
&.environment,
&.companion {
width: 360px !important;
.window-content {
display: unset;
}
.limited-container {
width: 100%;
padding-top: var(--header-height);
display: flex;
flex-direction: column;
gap: 8px;
header {
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
.profile {
width: 275px;
}
.title-name {
text-align: center;
}
}
}
}
}
}