mirror of
https://github.com/gwdevhub/Daybreak.git
synced 2026-07-21 01:59:49 +00:00
56 lines
742 B
CSS
56 lines
742 B
CSS
.focus-dashboard {
|
|
display: flex;
|
|
width: 100%;
|
|
height: calc(100% - 55px);
|
|
margin-top: 35px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.dashboard-half {
|
|
display: flex;
|
|
flex-direction: column;
|
|
width: 50%;
|
|
height: 100%;
|
|
}
|
|
|
|
.component {
|
|
border-radius: 8px;
|
|
overflow: clip;
|
|
}
|
|
|
|
.character-component {
|
|
flex-shrink: 0;
|
|
overflow: visible !important;
|
|
z-index: 1000;
|
|
}
|
|
|
|
.vanquish-component {
|
|
flex-shrink: 0;
|
|
}
|
|
|
|
.resources-component {
|
|
flex-shrink: 0;
|
|
}
|
|
|
|
.title-component {
|
|
flex-shrink: 0;
|
|
}
|
|
|
|
.map-component {
|
|
flex-shrink: 0;
|
|
}
|
|
|
|
.quest-component {
|
|
flex: 1;
|
|
min-height: 0;
|
|
}
|
|
|
|
.build-component {
|
|
height: 35%;
|
|
flex-shrink: 0;
|
|
}
|
|
|
|
.browser-component {
|
|
height: 65%;
|
|
flex-shrink: 0;
|
|
} |