mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-13 04:01:06 +01:00
Added stumps for all limited actor views
This commit is contained in:
parent
990c73987e
commit
cc3ebca075
11 changed files with 123 additions and 12 deletions
|
|
@ -17,4 +17,40 @@
|
|||
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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue