Skip to content

Commit

Permalink
✨ add support for compendium browser
Browse files Browse the repository at this point in the history
closes #8
  • Loading branch information
OmegaRogue committed Sep 18, 2023
1 parent ad2b878 commit a5e0bd4
Showing 1 changed file with 36 additions and 1 deletion.
37 changes: 36 additions & 1 deletion src/styles/pf2e-mobile-sheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,42 @@
flex-direction: initial;
}

.mobile-pf2e .sheet.journal-entry {
.mobile-pf2e .sheet.journal-entry,
.mobile-pf2e .pf2e.actor {
min-width: unset;
min-height: unset;
}

.mobile-pf2e .npc .npc-sheet .top-sections {
flex-direction: column;
}
.mobile-pf2e .mseCharacterName {
flex-basis: 100%;
}
.mobile-pf2e .npc .npc-sheet .npc-sheet-header .name {
flex-wrap: wrap;
}

.mobile-pf2e .sheet.pf2e.actor.npc.dark-theme form .sheet-tabs {
flex-wrap: wrap;
height: auto;
}

.mobile-pf2e #compendium-browser > section.window-content > .content-box > section.content > .tab.browser.active > div {
grid-template-columns: auto auto;
}

.mobile-pf2e #compendium-browser > section.window-content > .content-box .control-area {
min-width: unset;
width: unset;
}

.mobile-pf2e #compendium-browser > section.window-content > .content-box .filtercontainer div.title,
.mobile-pf2e #compendium-browser > section.window-content > .content-box .sortcontainer div.title {
height: unset;
flex-direction: column;
}

.mobile-pf2e #compendium-browser > section.window-content > .content-box .list-buttons {
display: none;
}

0 comments on commit a5e0bd4

Please sign in to comment.