Skip to content

Instantly share code, notes, and snippets.

@OmegaRogue
Created July 3, 2023 15:49
Show Gist options
  • Save OmegaRogue/2141750cb1409d0fbee62310a43e145b to your computer and use it in GitHub Desktop.
Save OmegaRogue/2141750cb1409d0fbee62310a43e145b to your computer and use it in GitHub Desktop.
.actor.sheet .crb-style {
grid-template-columns: initial !important;
grid-template-areas: "header " "nav " "content" !important;
}
.actor.sheet .crb-style aside {
display: none !important;
/*border : 3px solid aqua;*/
}
.actor.sheet .crb-style header.char-header {
/*border: 3px solid yellow;*/
}
.actor.sheet .crb-style nav.sheet-navigation {
/*border: 3px solid lime;*/
}
.actor.sheet .crb-style .sheet-body {
/*border: 3px solid hotpink;*/
}
.actor.sheet.character .crb-style header.char-header .char-level .exp-data {
padding: initial !important;
}
.actor.sheet .crb-style header.char-header .char-level {
flex-wrap: wrap !important;
justify-content: center !important;
}
/*.actor.sheet.character .crb-style .sheet-body .sheet-content .tab.character .character-background .pc {
flex-basis : auto !important;
}*/
.navigation-title {
display: none !important;
}
.manage-tabs {
display: none !important;
}
.details-label.ability-name {
display: none !important;
}
.tab:not(.inventory, .actions) {
margin-left: 0 !important;
}
.actor.sheet.character .crb-style .sheet-body .sheet-content .tab.character .character-details .pc_deity .input h3 {
margin-left: 0.5em !important;
}
.pc_deity img.symbol {
display: none !important;
}
.actor.sheet.character .crb-style .sheet-body .sheet-content .tab.character .character-details {
grid-template-columns: 120px 130px 1fr !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment