mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-16 23:26:28 +01:00
[Fix] Sheet Sidebar Experience Layout (#1462)
* Fixed the layout * Added small line-height to the experience name * Centered
This commit is contained in:
parent
7e2b144bf4
commit
f184db1f93
4 changed files with 16 additions and 1 deletions
|
|
@ -344,15 +344,19 @@
|
|||
|
||||
.experience-name {
|
||||
width: 180px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
text-align: start;
|
||||
font-size: var(--font-size-14);
|
||||
color: light-dark(@dark, @beige);
|
||||
line-height: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.experience-value {
|
||||
height: 25px;
|
||||
width: 35px;
|
||||
min-width: 35px;
|
||||
font-size: var(--font-size-14);
|
||||
color: light-dark(@dark, @beige);
|
||||
align-content: center;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue