Skip to content

D&D Beyond - Large Screen Character View by mstvnz

Details

Authormstvnz

LicenseMIT

Categoryhttps://www.dndbeyond.com/characters/

Created

Updated

Size1.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Prevents the game log from floating over the top of the character sheet when there is space to do so. Extends the game log and central box to fit more data.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name       D&D Beyond - Large Screen Character View
@version    20241021.07.54
@namespace  ?
==/UserStyle== */

@-moz-document url-prefix("https://www.dndbeyond.com/characters") {
@media (max-width: 1880px) {
    div.ct-character-sheet__inner {
        margin: 0 345px 0 auto;
    }
}

@media (max-width: 1540px) {
    div.ct-character-sheet__inner {
        margin: 0;
    }
}

.ct-actions,
.ct-spells,
.ct-equipment,
.ct-features,
.ct-description,
.ct-notes,
.ct-extras {
    min-height: 600px;
    height: calc(100vh - 520px) !important;
}

.ddbc-tab-options__content {
    min-height: 560px;
    height: calc(100vh - 560px) !important;
}

.ct-primary-box {
    min-height: 660px;
    height: calc(100vh - 450px) !important;
}

.ct-primary-box > .ddbc-box-background .ddbc-svg {
    display: none;
}

.ct-primary-box > .ddbc-box-background {
    width: 623px;
    min-height: 660px;
    height: calc(100vh - 450px);
    background-color: var(--theme-background);
    border: 3px solid var(--theme-color);
    border-radius: 7px;
}

.ct-sidebar {
    min-height: 60.375rem;
    height: calc(100vh - 140px);
}
}

Reviews

No reviews yet.