simply left aligns character sheet so you can have the side tray locked expanded at certain widths without it overlapping
Left align character sheet by cjx2240
Details
Authorcjx2240
LicenseNo License
Categorydndbeyond
Created
Updated
Size426 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
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;
}
}