Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions src/styles/foundryvtt-gmScreen.scss
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,18 @@ $transition-timing: 400ms;
}
}

// fix ultra large header elements
> header {
flex: 0;
}

// fix width and height overrides by foundry that are added to the page content element
// via styles attribute.
.journal-page-content {
width: auto !important;
height: auto !important;
}

.compact-journal-entry {
min-height: 100%; // needed for dnd5e

Expand Down