Skip to content

Commit

Permalink
2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Dorako committed Jul 22, 2023
1 parent 1fe1e44 commit 55225ad
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 30 deletions.
2 changes: 1 addition & 1 deletion module.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"type": "system",
"compatibility": {
"minimum": "4.0.0",
"verified": "5.0.1"
"verified": "5.2.1"
}
},
{
Expand Down
3 changes: 1 addition & 2 deletions sass/pf2e/_effects-panel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
position: relative; // The panel is positioned relative to this element
}

.effect-panel.dorako-ui {
#effects-panel.dorako-ui {
pointer-events: initial;
position: absolute;
top: 5px;
Expand All @@ -18,7 +18,6 @@
&::-webkit-scrollbar-track {
box-shadow: none;
}

.effect-item {
display: flex;
justify-content: flex-end;
Expand Down
9 changes: 7 additions & 2 deletions sass/pf2e/_npc-sheet.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,13 @@
margin-bottom: 2px;
}

.side-bar-section-header {
align-items: center;
margin-bottom: unset;
}

&.collapsed {
max-height: 20px;
max-height: 24px;
transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);

.side-bar-section-header {
Expand Down Expand Up @@ -153,7 +158,7 @@
color: #f5efe0;
box-shadow: inset 0 0 3px rgb(255 255 255 / 50%);
margin-top: 0px;
height: 20px;
height: 24px;

&.disabled {
border-radius: 3px;
Expand Down
52 changes: 28 additions & 24 deletions styles/dorako-ui.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 55225ad

Please sign in to comment.