mirror of
https://github.com/Kornstalx/5etools-mirror-2.github.io.git
synced 2025-10-28 20:45:35 -05:00
108 lines
1.4 KiB
SCSS
108 lines
1.4 KiB
SCSS
|
|
.list {
|
|
height: initial;
|
|
max-height: 100%;
|
|
min-height: 100px;
|
|
}
|
|
|
|
.list.subitems {
|
|
min-height: initial;
|
|
}
|
|
|
|
span.side-label {
|
|
position: absolute;
|
|
bottom: 0;
|
|
left: -22px;
|
|
transform: rotate(-90deg);
|
|
transform-origin: 0 0;
|
|
font-size: 18px;
|
|
}
|
|
|
|
h3.ele-mundane,
|
|
h3.ele-magic {
|
|
position: relative;
|
|
margin: 0;
|
|
}
|
|
|
|
@media (max-width: 991px) {
|
|
.list {
|
|
max-height: 20em;
|
|
}
|
|
}
|
|
|
|
@media (max-device-height: 700px) {
|
|
.list {
|
|
max-height: 20em;
|
|
}
|
|
|
|
.viewport-wrapper {
|
|
bottom: auto;
|
|
}
|
|
|
|
.view-col-wrapper {
|
|
flex-direction: column;
|
|
max-height: none;
|
|
height: auto;
|
|
}
|
|
|
|
.list {
|
|
max-height: 20em;
|
|
}
|
|
}
|
|
|
|
.itm__list-divider {
|
|
width: 100%;
|
|
height: 1px;
|
|
background: #ccc;
|
|
}
|
|
|
|
.night-mode .itm__list-divider {
|
|
background: #555;
|
|
}
|
|
|
|
.itm__wrp-lists {
|
|
flex: 7;
|
|
}
|
|
|
|
.itm__wrp-stats {
|
|
flex: 5;
|
|
}
|
|
|
|
.itm__wrp-list {
|
|
height: 100%;
|
|
}
|
|
|
|
.itm__wrp-list--empty {
|
|
height: initial;
|
|
flex-shrink: 0;
|
|
}
|
|
|
|
.style-switch__wide .itm__wrp-list {
|
|
min-width: calc(50% - 10px);
|
|
max-width: calc(50% - 10px);
|
|
}
|
|
|
|
.style-switch__wide .itm__wrp-list--mundane {
|
|
margin-right: 20px;
|
|
}
|
|
|
|
.style-switch__wide #listcontainer.itm__wrp-lists {
|
|
flex: initial;
|
|
width: 100%;
|
|
flex-flow: row;
|
|
}
|
|
|
|
.style-switch__wide .itm__wrp-stats {
|
|
width: 480px;
|
|
flex: initial;
|
|
flex-shrink: 0;
|
|
}
|
|
|
|
.style-switch__wide .side-label {
|
|
display: none !important;
|
|
}
|
|
|
|
.style-switch__wide .itm__list-divider {
|
|
display: block !important;
|
|
}
|