mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-11 19:25:21 +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;
|
||||
|
|
|
|||
|
|
@ -592,6 +592,7 @@
|
|||
.experience-value {
|
||||
height: 25px;
|
||||
width: 35px;
|
||||
min-width: 35px;
|
||||
font-size: var(--font-size-14);
|
||||
color: light-dark(@dark, @beige);
|
||||
align-content: center;
|
||||
|
|
@ -599,6 +600,12 @@
|
|||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.experience-name {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.controls {
|
||||
margin-left: auto;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -57,6 +57,9 @@
|
|||
|
||||
.experience-name {
|
||||
width: 180px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
line-height: 1;
|
||||
text-align: start;
|
||||
font-size: var(--font-size-14);
|
||||
color: light-dark(@dark, @beige);
|
||||
|
|
@ -66,6 +69,7 @@
|
|||
.experience-value {
|
||||
height: 25px;
|
||||
width: 35px;
|
||||
min-width: 35px;
|
||||
font-size: var(--font-size-14);
|
||||
color: light-dark(@dark, @beige);
|
||||
align-content: center;
|
||||
|
|
|
|||
|
|
@ -147,7 +147,7 @@
|
|||
<span class="experience-value">
|
||||
+{{experience.value}}
|
||||
</span>
|
||||
<span>{{experience.name}}</span>
|
||||
<span class="experience-name">{{experience.name}}</span>
|
||||
<div class="controls">
|
||||
<a data-action="sendExpToChat" data-type="experience" data-id="{{id}}">
|
||||
<i class="fa-regular fa-message"></i>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue