Skip to content

Keep Dice Panel Open by avasond

Screenshot of Keep Dice Panel Open

Details

Authoravasond

LicenseNo License

Categorydndbeyond

Created

Updated

Size824 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

After you open the dice panel it stays open until you refresh!

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Keep Dice Panel Open
@version      20211110.17.17
@namespace    userstyles.world/user/avasond
@description  After you open the dice panel it stays open until you refresh!
@author       avasond
@license      No License
==/UserStyle== */

@-moz-document url-prefix("https://www.dndbeyond.com/") {
/*Keep Dice Panel Open*/
/*#dice-toolbar__dropdown-top*/
#character-tools-target > div > div.dice-rolling-panel > div > div > div.dice-toolbar__dropdown-top {
    display: block !important;
}

/*Pop it out just a lil bit to avoid macOS toolbar trigger*/
.dice-rolling-panel .dice-toolbar {
    left: 25px;
}
/*Fix the Wallpaper scaling - replace URL with your preferred image*/
.site #content {
    background: url(https://www.dndbeyond.com/avatars/7581/254/637078925212341825.jpeg) !important;
}
}

Reviews

No reviews yet.