mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-13 04:01:06 +01:00
56 lines
1.2 KiB
Text
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;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|