Skip to content

Left align character sheet by cjx2240

Screenshot of Left align character sheet

Details

Authorcjx2240

LicenseNo License

Categorydndbeyond

Created

Updated

Size426 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

simply left aligns character sheet so you can have the side tray locked expanded at certain widths without it overlapping

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Left align character sheet
@version      20211019.20.28
@namespace    userstyles.world/user/cjx2240
@description  simply left aligns character sheet so you can have the side tray locked expanded at certain widths without it overlapping
@author       cjx2240
@license      No License
==/UserStyle== */

@-moz-document domain("dndbeyond.com") {
.ct-character-sheet__inner {
    margin-left: 0;
}
}

Reviews

No reviews yet.