mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-06-06 04:44:16 +02:00
Fix issues with responsiveness when resized
This commit is contained in:
parent
e344bbb102
commit
af9546b273
4 changed files with 16 additions and 18 deletions
|
|
@ -1,10 +1,5 @@
|
||||||
@import './attribution/sheet.less';
|
@import './attribution/sheet.less';
|
||||||
@import './level-up/navigation-container.less';
|
@import './level-up/index.less';
|
||||||
@import './level-up/selections-container.less';
|
|
||||||
@import './level-up/sheet.less';
|
|
||||||
@import './level-up/summary-container.less';
|
|
||||||
@import './level-up/tiers-container.less';
|
|
||||||
@import './level-up/footer.less';
|
|
||||||
|
|
||||||
@import './resource-dice/sheet.less';
|
@import './resource-dice/sheet.less';
|
||||||
|
|
||||||
|
|
|
||||||
6
styles/less/dialog/level-up/index.less
Normal file
6
styles/less/dialog/level-up/index.less
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
@import './navigation-container.less';
|
||||||
|
@import './selections-container.less';
|
||||||
|
@import './summary-container.less';
|
||||||
|
@import './tiers-container.less';
|
||||||
|
@import './footer.less';
|
||||||
|
@import './sheet.less';
|
||||||
|
|
@ -7,7 +7,6 @@
|
||||||
padding: 10px 0;
|
padding: 10px 0;
|
||||||
scrollbar-width: thin;
|
scrollbar-width: thin;
|
||||||
scrollbar-color: light-dark(@dark-blue, @golden) transparent;
|
scrollbar-color: light-dark(@dark-blue, @golden) transparent;
|
||||||
max-height: 500px;
|
|
||||||
mask-image: linear-gradient(0deg, transparent 0%, black 5%, black 95%, transparent 100%);
|
mask-image: linear-gradient(0deg, transparent 0%, black 5%, black 95%, transparent 100%);
|
||||||
|
|
||||||
.achievement-experience-cards {
|
.achievement-experience-cards {
|
||||||
|
|
|
||||||
|
|
@ -11,8 +11,8 @@
|
||||||
});
|
});
|
||||||
|
|
||||||
.daggerheart.levelup {
|
.daggerheart.levelup {
|
||||||
.window-content {
|
.tab.active {
|
||||||
max-height: 960px;
|
flex: 1;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -22,15 +22,13 @@
|
||||||
gap: 8px;
|
gap: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
section {
|
.section-container {
|
||||||
.section-container {
|
display: flex;
|
||||||
display: flex;
|
flex-direction: row;
|
||||||
flex-direction: row;
|
justify-content: center;
|
||||||
justify-content: center;
|
gap: 20px 8px;
|
||||||
gap: 20px 8px;
|
margin-top: 8px;
|
||||||
margin-top: 8px;
|
flex-wrap: wrap;
|
||||||
flex-wrap: wrap;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.levelup-footer {
|
.levelup-footer {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue