Skip to content

D&D Beyond - Horizontal Dice by mstvnz

Details

Authormstvnz

LicenseMIT

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

Created

Updated

Size807 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Displays the D&D Beyond character sheet dice roller horizontally, with dice always visible. Works best with large screens.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name       D&D Beyond - Horizontal Dice
@version    20241021.07.49
@namespace  ?
==/UserStyle== */

@-moz-document url-prefix("https://www.dndbeyond.com/characters") {
.dice-toolbar__dropdown-top {
    display: flex !important;
    bottom: -60px;
}

.dice-die-button {
    margin-right: 14px;
}

.dice-toolbar {
    bottom: 60px !important;
}

.dice-toolbar .dice-toolbar__dropdown-die {
   display: none;
}

.dice-toolbar.rollable .dice-toolbar__dropdown-die {
   display: flex;
}

.dice-toolbar__dropdown div:nth-child(3) {
    display: flex !important;
    position: absolute;
    bottom: -60px;
}

.dice-die-button__tooltip {
    top: -42px;
    left: 0;
}

.dice-die-button__tooltip .dice-die-button__tooltip__pip {
    left: auto;
    bottom: -5px;
    transform: rotate(-45deg);
}
}

Reviews

No reviews yet.